chore: import deployable mai-bot source tree

This commit is contained in:
2026-05-11 00:51:12 +00:00
parent 4813699b3e
commit 7a54015f94
1009 changed files with 312999 additions and 16 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Python caches and virtualenvs
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
env/
venv/
# Runtime state
data/
logs/
plugins/
docker-config/
config/*.toml
config/*.bak*
!config/README.md
# Frontend local outputs
dashboard/.vite/
dashboard/node_modules/
dashboard/dist/
dashboard/dist-ssr/
# Local environment and editor files
.env
.env.*
.idea/
.DS_Store
*.local
# Local deployment artifacts
*.log
*.pem
*.key
*.tar
*.tgz
*.zip
acme/
backups/
bin/
_staging/