# Dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# Testing
/coverage
/.jest-cache

# Next.js
/.next/
/.next*/
/out/

# Production build
/build

# Misc
.DS_Store
*.pem

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

# Local env files
.env*.local

# Vercel
.vercel

# TypeScript
*.tsbuildinfo
next-env.d.ts

# IDE
.vscode/
.idea/

# AI/LLM tooling
.claude/
.specify/
agents.md
CLAUDE.md
TODO.md
plan.md
plan_*.md

# Logs
*.log

# Python
# uv.lock stays untracked: chaos-atlas is a library, so pinning a resolution
# here would only constrain contributors, never consumers.
uv.lock
__pycache__/
*.py[cod]
.venv/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/

# Test reports
playwright-report/

# OS generated files
Thumbs.db