chore: add .gitignore

This commit is contained in:
dom
2026-03-05 00:37:41 +01:00
parent 542797a124
commit 2578afb6ff
1716 changed files with 1905609 additions and 18 deletions

23
t2a_install_rag_cleanup/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.hypothesis/
# Données générées
output/
input/
data/
# Référentiels (volumineux, non versionnés)
*.pdf
*.xls
*.xlsx
# Configuration locale
.env
# IDE / outils
.claude/