*.pt
*.arrow
venv/
data/raw/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.env
.file_locks/
.DS_Store

# Node
node_modules/
dist/

# 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
infrastructure/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
