# Virtual environment
.venv/

# Python bytecode
__pycache__/
*.pyc

# Package build artifacts (pip install -e .)
*.egg-info/

# Distribution packages (python -m build)
dist/
build/

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

# Testing / linting caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Claude development notes
CLAUDE.md
PROJECT.md
