chore: apply enterprise gitignore and re-index project structure
This commit is contained in:
parent
f408203b44
commit
bd25bf7dbb
18
.gitignore
vendored
18
.gitignore
vendored
@ -24,3 +24,21 @@ dist/
|
|||||||
build/
|
build/
|
||||||
*.egg-info/
|
*.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