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

# Tooling caches
.ruff_cache/
.pytest_cache/
.ty_cache/

# Env / secrets
.env
.env.local

# OS
.DS_Store

# Studio (Next.js)
node_modules/
.next/
next-env.d.ts
*.tsbuildinfo
