chore: init Cerbero_mcp from Cerbero@pre-split-2026-04-27
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.venv/
|
||||
.venv-v2/
|
||||
|
||||
# Secrets
|
||||
secrets/*
|
||||
!secrets/.gitkeep
|
||||
|
||||
# Data
|
||||
data/
|
||||
services/*/build/
|
||||
services/*/dist/
|
||||
services/*/.pytest_cache/
|
||||
services/*/*.egg-info/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Environment files — keep only .example tracked
|
||||
*.env
|
||||
!*.env.example
|
||||
config/*.env
|
||||
!config/*.env.example
|
||||
.omc/
|
||||
|
||||
# MCP config con token (solo .example tracciato)
|
||||
.mcp.json
|
||||
Reference in New Issue
Block a user