# python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.venv/
venv/

# burndown's own generated artifacts (never commit a usage report)
burndown-report.html
*-report.html

# internal strategy / session-context doc (never ship)
BURNDOWN_STATUS.md

# os
.DS_Store
