# Python
collectors/venv/
__pycache__/
*.pyc
*.egg-info/
src/axiom.egg-info/
.venv/
dist/
build/

# Logs
logs/*.log
logs/*.json

# n8n data
n8n/data/

# Environment secrets (NEVER commit)
config/axiom.env
dashboard/.env.local
dashboard/.env

# STIG cache (downloaded DISA benchmarks — large binary files)
.stig-cache/*.zip

# KEV cache (refreshed via axiom kev --sync)
config/kev_cache.json

# Build artifacts
*.spec

# Local ledger (air-gap mode)
*.db

# Node
dashboard/node_modules/
dashboard/.next/

# OS
.DS_Store
