# Dependencies
node_modules/
__pycache__/
*.py[cod]
*$py.class
.Python
*.so
.eggs/
*.egg-info/
.venv/
venv/
# ENV/

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

# Build outputs
.next/
out/
dist/
build/
*.egg

# Environment files
**/.env*
!**/.env.example
SONA/sona_venv/

# Credentials and secrets
# *-key.json
# gcp-key.json
/backend/gcp-key.json

*.pem
!backend/global-bundle.pem
*.key

# Database files
*.sqlite
*.sqlite3
*.db

# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover

# Docker
.docker/
docker-compose.yml

# Terraform
*.tfstate
*.tfstate.*
.terraform/
*.tfvars

# Misc
*.bak
*.tmp
.cache/
.claude/
AWSCLIV2.pkg

# Claude Flow AgentDB (MCP runtime artifacts)
agentdb.rvf
agentdb.rvf.lock

# TypeScript build cache
tsconfig.tsbuildinfo