# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Coverge
.coverage
htmlcov/

# Editor and tooling
.vscode/
.claude/

# Virtual environment
.venv/

# macOS
.DS_Store
