# Dependencies
node_modules/
.pnp/
.pnp.js
bun.lock
bun.lockb

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

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

# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
!.env.example

# Supabase
supabase/.branches/
supabase/.temp/
supabase/.env

# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Build artifacts
*.tsbuildinfo
coverage/

# Bundled frontend assets (generated by scripts/build_frontend — not committed)
micracode/src/micracode/static/*
!micracode/src/micracode/static/.gitkeep

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

# Turborepo / caches
.turbo/
.cache/
