# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.so

# venv / tooling
.venv/
venv/
.uv/
uv.lock

# test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# secrets / local env (never commit)
.env
.env.*

# editor / OS
.DS_Store
.idea/
.vscode/

# local-only session working state (per the workspace pipeline)
.claude/state/

# local-only launch planning (not part of the published repo)
/launch/
