# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# project-specific directories
.omnivscodeagent/
omnirouteCloud/
omnirouteSite/

# Root-level underscore-prefixed directories (private/draft — never commit)
/_*/

# Draft features documentation (internal only)
docs/new-features/

# dependencies
node_modules/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
.data/
.next-playwright/

# testing
coverage/
coverage**

# next.js
.next/
/out/

# production
/build
/app
cloud/*

# misc
.DS_Store
*.pem

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

# env files (can opt-in for committing if needed)
.env*
!.env.example

# vercel
.vercel

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

# data and logs
data/
.data/
logs/*

# analysis directories (generated, not tracked)
.analysis/
antigravity-manager-analysis/
.sisyphus/
.plans/

# docs (allow specific tracked files)
docs/*
!docs/ARCHITECTURE.md
!docs/CODEBASE_DOCUMENTATION.md
!docs/CONTRIBUTING.md
!docs/USER_GUIDE.md
!docs/API_REFERENCE.md
!docs/TROUBLESHOOTING.md
!docs/EXECUTION_CONTEXT_PROVIDER_SYNC.md
!docs/TASK_NEBIUS_BACKEND_ENABLEMENT.md
!docs/frontend-backend-provider-gap-report.md
!docs/openapi.yaml
!docs/RELEASE_CHECKLIST.md
!docs/PLANO-IMPLANTACAO.md
!docs/TASKS.md
!docs/FASE-*.md
!docs/adr/
!docs/cli-tools/
!docs/planning/
!docs/improvement-plans/
!docs/api/
!docs/VM_DEPLOYMENT_GUIDE.md
!docs/FEATURES.md
!docs/screenshots/
!docs/i18n/
!docs/i18n/**
!docs/A2A-SERVER.md
!docs/AUTO-COMBO.md
!docs/MCP-SERVER.md
!docs/CLI-TOOLS.md
!docs/COVERAGE_PLAN.md


# open-sse tests
open-sse/test/*

# Ignore vscode AI rules
.github/instructions/codacy.instructions.md

# Playwright
test-results/
playwright-report/
blob-report/
cloud/

# Security Analysis (standalone project with own git)
security-analysis/

# Deploy workflow (contains sensitive VPS credentials)
clipr/
app.log
*.tgz
.gh-discussions.json

# Backup directories
app.__qa_backup/
.app-build-backup-*/

# Production standalone build (created by scripts/prepublish.mjs)
# Conflicts with Next.js App Router detection in dev (root app/ shadows src/app/)
# npm publish still includes it via package.json "files" field
/app/

# Electron (subproject dependency lock and build artifacts)
electron/package-lock.json
electron/dist-electron/
electron/node_modules/
icon.iconset/

# VS Code Extension (independent Git repo)
vscode-extension/

# SQLite residual files
*.sqlite-shm
*.sqlite-wal
*.sqlite-journal

# Compiled npm-package build artifact (not source, should not be in git)
/app

# IDEA
.idea/

# Local OpenCode agent config
.config/

# Empty/dangling files
typescript

# Gemini Antigravity agent data
.gemini/

# Superpowers plans/specs (internal tooling, not project code)
docs/superpowers/

# GitNexus local index
.gitnexus
