chore: apply enterprise gitignore and re-index project structure

This commit is contained in:
nathan 2026-04-14 15:54:54 -04:00
parent f408203b44
commit bd25bf7dbb

20
.gitignore vendored
View File

@ -23,4 +23,22 @@ logs/
dist/
build/
*.egg-info/
__pycache__/
__pycache__/
# ── Nexus-MCP Specific Exclusions ───────────────────────────────────────────
# SOC 2 Audit Logs (CC7.2 / CC6.1)
# These contain redacted but sensitive system activity
logs/*.jsonl
# Generated Operational Reports (WIS-019)
# These contain real system snapshots and should not be version controlled
reports/*.json
# Credentials / Local Overrides
.env.test
.env.local
# IDE & Environment
.replit
.history/