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

# Tool caches
.cache/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editor / local
.vscode/
.remember/
.DS_Store
