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

# Pixi
.pixi/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp

# Secrets
.env

# Data — immutable source data and generated outputs are not committed
data/raw/
outputs/

# OS
.DS_Store
Thumbs.db

# Plan docs and Claude instructions — internal, not part of the shipped project
PLAN*.md
WORKPLAN.md
DESIGN.md
CLAUDE.md
