.DS_Store

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

# uv / venv
.venv/

# Optional local caches
.cache/
.ruff_cache/
*.code-workspace
