# deps
node_modules/
.pnpm-store/

# build output
dist/
.next/
out/
build/
*.tsbuildinfo

# turbo
.turbo/

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

# logs
*.log
npm-debug.log*
pnpm-debug.log*

# os / editor
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json

# generated reports (local self-host output) — anchored to the repo root so it does
# NOT also match the app route source at apps/web/app/reports/
/reports/

# python
__pycache__/
*.py[cod]
.venv/
dist/
*.egg-info/

# ruby
/packages/sdk-ruby/pkg/
/packages/sdk-ruby/*.gem
/packages/sdk-ruby/Gemfile.lock
.bundle/

# Internal MVP feature specs (local only — implement from these; not for the public repo)
specs/
