Picarones / .gitignore
Claude
Sprint 2 du plan rapport — refactor generator.py en templates Jinja2
a0dc23e unverified
Raw
History Blame
326 Bytes
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
*.log
# Rapports générés
*.html
results*.json
rapport*.html
rapports/
corpus_*/
corpus/
uploads/
# Exceptions : fichiers HTML sources du package (templates Jinja2, pas rapports)
!picarones/report/templates/*.html