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

.DS_Store

# Python cache
.mypy_cache
*__pycache__*
*.egg-info
*.pyc
*.pytest_cache
*.ruff_cache
*.cache*
#*.config*

# Machine specific
.idea
.vscode
*.code-workspace

certs/

# ignore storage dir
/storage
.images
/qdrant_storage

# ignore wip dir
wip

# ignore dist dir
dist

# ignore tmp dirs
scratch
junk
tmp
agents.db
data.db
.ipynb_checkpoints
build
audio_generations

*.db

# Google OAuth token
token.json

# GCP service account credentials
**/gen-lang-client*.json
**/service-account*.json
**/*-credentials*.json

.composio.lock

# Coverage
coverage_report
.coverage

# JSON files used as testing DB
agno_json_data/

# AI
.claude/
.cursor/

# ignore pyrightconfig.json
pyrightconfig.json
.python-version

billing_system.db
.db

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

# dependencies
/frontend/node_modules
/frontend/user-guide/node_modules
/frontend/user-guide/node_modules/*
/frontend/node_modules/*
/frontend/.pnp
/frontend/.pnp.*
/frontend/.yarn/*
/frontend/.yarn/patches
/frontend/.yarn/plugins
/frontend/.yarn/releases
/frontend/.yarn/versions

# testing
/frontend/coverage

# next.js
/frontend/.next/
/frontend/out/

# production
/frontend/build

# misc
/frontend/.DS_Store
/frontend/*.pem

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

# vercel
/frontend/.vercel

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

#test
frontend/test-results/
# UNCOMMENT BEFORE committing


.venv*
perfenv*
demoenv*
venv*
agnoenv*
aienv*
phienv*
set-env.ps1

.env
.envrc
/frontend/.env.local
/frontend/.env

.gitnexus

# Admin billing page (unauthenticated, excluded from deployment)
frontend/src/app/app/admin/billing/

# Admin Gradio dashboard (local only, never deploy)
admin/

# SQL dumps - may contain sensitive data
scripts/gcp-deploy/*.sql
pg_dump_output.sql
full_dump.sql
data_only.sql
clean_dump.sql
clean_import.sql
cloud_import.sql
clean2.sql
