__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.venv/
.zsh_history

# secrets
.env
.env.*
!.env.example

# OS junk
.DS_Store
**/.DS_Store

# usability harness output
scripts/exercise-mcp/out/

# pytest junit XML — per-run artifact, regenerated by the test
# command and not useful in version control.
.test-results.xml
