chore: apply enterprise gitignore and re-index project structure
This commit is contained in:
parent
f408203b44
commit
bd25bf7dbb
20
.gitignore
vendored
20
.gitignore
vendored
@ -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/
|
||||
Loading…
x
Reference in New Issue
Block a user