# Health reports
.health-reports/

# Secrets rotation audit logs
.rotation-logs/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.env
.env.local
.env.*.local
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Node.js
node_modules/
node_modules.bak/
.next/
.next-*/
.next-old/
.next-broken/
.next.bak/
.next*
out/
.vercel/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDEs
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Test & Coverage
coverage/
playwright-report/
test-results/
.coverage*
*.coverage*.json
docs/proof_runs/

# Secrets & Credentials
*.pem
*.key
secrets/
.queen_credentials.py
.env.staging
docs/STAGING_API_CONFIGURATION_PLAN.md
infrastructure/kubernetes/arqera-platform/STAGING_SECRETS_SETUP.md

# Claude
.claude/

# Environment
.env
.env.local
.env.*.local
.env.fullthrottle
.env.rotated
*.env
.env.backup*

# Backups
backups/
*.sql.gz

# Security reports (only root-level security folder)
/security/

# Docker
.docker/

# Logs
*.log
logs/
*.har
*_log.txt
*_logs.txt
*_error.txt
*_output.txt
*Zone.Identifier
tmp_*.js
output/

# Competitive analysis (screenshots, not for repo)
Vanta comparison/

# Local artifacts (synced to private notes repo)
Agents_Outputs/
testing_outputs/
ui_screenshots/

# Database
*.db
*.db.failed*
*.sqlite
*.rdb

# Local documents
Organisational Frictions Ripe for an AI Workforce Solution.pdf
PC_Spec.pdf

# Binary documents (archived in ~/root/)
*.docx
~$*.docx

# Marketing/Investor HTML (archived in ~/root/)
*INVESTOR*.html
*EXECUTIVE*.html
*PUBLIC*.html
the-architect.html
the-mathematician.html
the-navigator.html

# Env backups
.env.*.bak
.env.*.bak.*

# Runtime
backend/runtime/
backend/runtime_local/

# Rust
target/

# Staging deployment scripts with secrets
scripts/apply-staging-secrets.sh
scripts/setup-github-secrets.sh

# Homelab deploy secrets (generated from template)
deploy/homelab/secrets.yaml

# Training data (generated, not source)
training_data/
scripts/data/*.jsonl

# Model weights (stored on NFS/OSS, not git)
/models/
*.safetensors
*.gguf

# Screenshots and visual artifacts
Screenshot*.png
mockups/
wireframes/

# HAR audit reports
har-audit-report.json

# Git worktrees
.worktrees/

# Codecov binary (download in CI, don't commit)
codecov
