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

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

# Test + lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE / OS
.vscode/
.idea/
.DS_Store
