a1d-mcp-server / .gitignore
yuxh1996's picture
Initial commit: A1D MCP Server with Gradio interface
aaa3e82
raw
history blame
514 Bytes
# 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
MANIFEST
# Virtual Environment
venv/
env/
ENV/
env.bak/
venv.bak/
# Environment Variables
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Gradio
gradio_cached_examples/
flagged/
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp