# Python bytecode
__pycache__/
*.py[cod]
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Test & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checker
.mypy_cache/

# Ruff cache
.ruff_cache/

# Editor / OS
.DS_Store
*.swp
*.swo
.idea/
.vscode/
.claude/
