*.pt
*.arrow
venv/
data/raw/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.env
.env.local
.env*.local
.env.prod
.env.aws
# Vercel CLI's `vercel env pull` backs up the existing file as
# .env.<stage>.bak.<unix_timestamp> before overwriting — keep those out.
.env*.bak.*
.file_locks/
.DS_Store

# Node
node_modules/
dist/
.next/
test-results/
playwright-report/

# Large model weights (download separately)
testing/models/CNNDetection/weights/*.pth
testing/models/FIRE/ckpt/*.pth
# Keep small weights that are under GitHub's limit
!testing/models/UniversalFakeDetect/pretrained_weights/fc_weights.pth
!testing/models/NPR-DeepfakeDetection/NPR.pth
!testing/models/NPR-DeepfakeDetection/model_epoch_last_3090.pth

# Terraform secrets
terraform/secrets.tfvars
terraform/environments/*/secrets.tfvars
*.tfstate
*.tfstate.backup
.terraform/




# Test dataset (large, don't commit)
notebooks/genAIdetect/data/test_dataset/
infrastructure/github-oidc-wrapper/config.sh

# Local dev artifacts
veri.db
temp-design/
.claude/
.agents/
.mcp.json
skills-lock.json
# Lab generated artifacts
/outputs/
/prime-rl/
/environments/*/outputs/
/environments/*/dist/
/environments/*/*.egg-info/
/environments/*/__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Prime Lab generated workspace boilerplate
.prime/
/configs/eval/
/configs/gepa/
/configs/rl/
/AGENTS.md
/CLAUDE.md
/environments/AGENTS.md

