# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Virtual envs
.venv/
venv/
# OS / IDE
.DS_Store
.idea/
*.swp
# Test/coverage
.pytest_cache/
.coverage
htmlcov/

# Claude Code local settings
.claude/
