# Virtual environment
.venv/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Environment / secrets
.env

# Build / dist
*.egg-info/
dist/
build/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Local debug / test scripts
test_*.sh
check_*.py

# Claude Code
.claude/
