MCP_indicators / .gitignore
Qdonnars's picture
feat: Implement MCP Server for Indicateurs Territoriaux API
bad6218
raw
history blame contribute delete
175 Bytes
# Environment
.env
venv/
__pycache__/
*.pyc
# IDE
.vscode/
.idea/
# Logs
*.log
server.log
# Test/debug files
cubes_list.json
cubes_structure.json
# OS
.DS_Store
Thumbs.db