# TheProtocol — Root .gitignore
# Created: 2026-03-09 (§4.1 Credentials Rotation)

# !! NEVER COMMIT PRODUCTION SECRETS !!
.env.production
.env.production.*

# Session logs (operational, not source)
sessionlogs2026/

# Debug/runtime artifacts
logs/
*.log
APEX_PREDATOR_JOBS.log

# Node
node_modules/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
*.egg-info/
dist/
build/

# OS
.DS_Store
Thumbs.db
