# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environments / uv
.venv/
.python-version.local

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# OS / editor
.DS_Store
.idea/
.vscode/
