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

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Project
.env
.env.local

# Wrangler local cache
.wrangler/

.worktrees/

# Node / TypeScript
node_modules/
coverage/
*.tsbuildinfo

# Apex site build output (generated by site/build.mjs)
site/_build/
