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

# uv / venv
.venv/
venv/

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

# OS
.DS_Store
