TraceMind-mcp-server / .gitignore
Mandark-droid
TraceMind MCP Server V1 Working and tested.
a3116de
raw
history blame
266 Bytes
# Environment
.env
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Distribution / packaging
dist/
build/
*.egg-info/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Gradio
flagged/
gradio_cached_examples/
# Logs
*.log