# Backups folder (reference files, historical docs, IDE configs)
backups/

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Temp
*.tmp
*.bak

# Node
node_modules/

# Exports (local only)
exports/

# Pentest results (generated, contain target-specific data)
backend/pentest/results/
backend/pentest/Dockerfile
backend/pentest/skill-pentest/results/

# Secrets and environment files
.env
*.env
SECRETS.md
backend/config/deploy.conf
