# Dependencies
node_modules/

# Build
dist/

# Session cookies (contain auth tokens)
cookies.txt

# Reports (generated output)
report/
reports/

# Config with real secrets
config.json
config.local.json
config.*.json
!config.example.json
!config.fixed-attacks.example.json

# Environment
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*

# Coverage
coverage/

# OpenShift deploy with real secrets
openshift/deploy-no-db.yaml
openshift/deploy.yaml
