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

# Virtual env / uv
.venv/

# Editor / tooling caches
.impeccable/
.DS_Store
