report_generation/.gitignore
2026-06-05 18:47:41 +08:00

22 lines
229 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment / secrets
# .env — tracked intentionally
# Local artifacts
*.log
.DS_Store
comp/
docpath/
docs/
logs/