# OS / editor
.DS_Store
*.swp

# Node / Next.js
node_modules/
web/node_modules/
web/.next/
web/out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.turbo/

# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/

# Local env files
.env
.env.local
.env.*.local
api/.env
web/.env.local
