nexus-mcp/.gitignore

44 lines
799 B
Plaintext

# Python virtual environment
.venv/
__pycache__/
*.py[cod]
*$py.class
# Environment variables / Secrets (WIS-008)
.env
.envrc
secrets.json
# VS Code settings
.vscode/
# Windows system files
Thumbs.db
desktop.ini
# MCP Inspector logs
logs/
# Build artifacts
dist/
build/
*.egg-info/
__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/