# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*~

# Local env
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*.pyd
.python-version
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.eggs/
*.egg-info/
build/
dist/
site/

# Node / Next.js
node_modules/
.pnpm-store/
.pnp
.pnp.js
.next/
.next-dev/
out/
coverage/
*.tsbuildinfo
.turbo/
.vercel/
.eslintcache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Misc
.cache/
*.log
