# Byte-compiled / optimized Python
__pycache__/
*.py[cod]
*.so

# Packaging & build artifacts
build/
dist/
*.egg
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test, lint & type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/

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

# OS cruft
.DS_Store
Thumbs.db

# Claude Code local state
.claude/
