Build reusable bot framework
This commit is contained in:
24
.dockerignore
Normal file
24
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user