Added basic docker configuration for test

This commit is contained in:
mwisnowski 2025-08-21 09:03:48 -07:00
parent 0135eeeb3d
commit a1d120f700
4 changed files with 118 additions and 1 deletions

24
.dockerignore Normal file
View file

@ -0,0 +1,24 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
.venv/
.env
logs/*.log
*.egg-info/