diff --git a/.gitignore b/.gitignore index 9ab3ebf..8770dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,20 @@ +# Python .venv/ __pycache__/ *.pyc +*.egg-info/ .pytest_cache/ .hypothesis/ + +# Données générées output/ input/ -*.egg-info/ data/ + +# Référentiels (volumineux, non versionnés) +*.pdf +*.xls +*.xlsx + +# IDE / outils +.claude/