Build reusable bot framework
Some checks failed
CI / test (push) Has been cancelled
CI / compose-smoke (push) Has been cancelled

This commit is contained in:
Chelsea Lee
2026-07-19 21:53:24 -05:00
parent 7ecc1107b2
commit fbdf33e894
66 changed files with 8428 additions and 0 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
.env
.env.*
config/.env
config/.env.*
.git
.github
.gitignore
__pycache__
*.py[cod]
.venv
venv
.coverage
.coverage.*
htmlcov
.pytest_cache
.ruff_cache
build
dist
*.egg-info
*.log
*.pkl
tests
README.md