# Byte-compiled / cached
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Test & coverage
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Virtual environments
.venv/
venv/
env/

# MkDocs build output
site/

# Env & secrets
.env
.env.local

# OS
.DS_Store
Thumbs.db

# IDE / AI assistants
.idea/
.vscode/
.claude/
CLAUDE.md

# Note: uv.lock IS committed.
