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

# Build artifacts
/dist/
/build/
/site/

# uv / venv
.venv/
uv.lock.bak

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

# Editor
.vscode/
.idea/
*.swp
