# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/

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

# Type checking
.mypy_cache/

# IDEs
.vscode/
.idea/

# OS
.DS_Store

# Local dev tooling
.claude/
dist/
