# Secrets & local env
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# TaskShip sync state (.taskship/state.json) is deliberately COMMITTED:
# it carries the id→key mapping and per-field hashes that conflict detection
# (REQ-TS-011) needs on every checkout — see TASKSHIP-DOC decisions of record.
# Machine-local ceremony caches stay ignored:
.taskship/standup.json

# OS
.DS_Store
