Picarones / .gitignore
Claude
chore: ignorer les fichiers HTML et JSON générés
ace81ab unverified
Raw
History Blame
172 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