# Claude Code — local dev only
.claude/
CLAUDE.md
PLAN.md
SPEC.md

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

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

# macOS
.DS_Store

# Environment
.env
