diff --git a/.gitignore b/.gitignore index 440822a..103b9e2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,17 +3,19 @@ KetaPK_FR_1_00/ KetaPK_FR_1_00* code_vba.txt -# Python-generated files +# Node files +node_modules/ + +# Python files __pycache__/ *.py[oc] *.egg-info +*.py +.python-version +package-lock.json +package.json +pyproject.toml +uv.lock # Virtual environments -.venv - -# Virtual environments -.venv - -# Exports et identité -exports/ -data/ \ No newline at end of file +.venv \ No newline at end of file