# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# uv / virtualenvs
.venv/
venv/
.python-version
uv.lock

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.cache/
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Claude Code project state
.claude/

# Project artifacts
reports/
*.html
outputs/
*json

# Personal notes (not tracked)
LEARNINGS.md
