init: vaultmesh mcp server
Some checks are pending
Governance CI / Constitution Hash Gate (push) Waiting to run
Governance CI / Governance Tests (push) Blocked by required conditions
Governance CI / Golden Drill Mini (push) Blocked by required conditions

This commit is contained in:
Vault Sovereign
2025-12-26 23:23:08 +00:00
commit e4871c2a29
35 changed files with 6511 additions and 0 deletions

75
.gitignore vendored Normal file
View File

@@ -0,0 +1,75 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
venv-fresh/
ENV/
env/
.venv/
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Linting
.ruff_cache/
.mypy_cache/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Build artifacts
*.manifest
*.spec
# Receipts (local only - don't commit test receipts)
receipts/
# Root files (generated)
ROOT.*.txt
# Secrets
*.key
*.pem
secrets/
.env
.env.local
keys/*
# But keep the keys directory structure
!keys/.gitkeep