.venv/
__pycache__/
*.pyc
.pytest_cache/
.DS_Store
scripts/.response_cache.json
.env
scripts/.response_cache.json
scripts/.local_cache.json

# Personal interview prep — local only, never published
docs/interview-prep.md

# Build logs — useful locally, not part of the product
tasks/

# coverage artefacts
.coverage
htmlcov/
