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

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

# Astro site (web/)
web/node_modules/
web/dist/
web/.astro/
web/src/content/docs/

# Cloudflare wrangler local cache
/.wrangler/
