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

# Project
site/
.wrangler/
.env
token
.idea/
.vscode/
.zed/
.DS_Store

# uv cache (CI writes it here)
.uv-cache/
