# Dependencies
node_modules/
.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# Next.js
.next/
out/
next-env.d.ts

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.Python
*.egg-info/

# uv
.uv/

# Testing
coverage/
.pytest_cache/
.coverage

# Build outputs
build/
dist/

# Environment
.env
.env.local
.env.*.local

# Job storage (runtime)
/tmp/paperloom/

# OPF cache (model weights)
.opf/

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
!.vscode/settings.json.example
.claude/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Tailwind / TS build artefacts
*.tsbuildinfo
