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

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.whl
*.tar.gz
MANIFEST
docs/plans

# Tools
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/

# OS
.DS_Store

# Scratch
CHANGES.diff
CHANGES.md

# Internal seat files, never publish to this repo
CLAUDE.md
THINKING.md
.claude/
chat-index.md
# uv test-run artifact
uv.lock
