Files
t2a_v2/t2a_install_rag_cleanup/.gitignore
2026-03-05 00:37:41 +01:00

24 lines
241 B
Plaintext

# 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/