Files
bot-bottle/.gitignore
T
2026-05-08 14:51:59 -04:00

18 lines
199 B
Plaintext

.DS_Store
Thumbs.db
# mcp-server (TypeScript)
mcp-server/node_modules/
mcp-server/dist/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/