TraceMind-mcp-server / .gitignore
Mandark-droid
chore: Add push scripts to .gitignore
58b13d7
raw
history blame contribute delete
342 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/
.gradio/
# Logs
*.log
# Custom scripts (not to be committed)
push-both.sh
push-both.bat