Create dockerfile

This commit is contained in:
Andras Schmelczer 2022-06-25 15:31:49 +02:00
parent a4fa69eb0e
commit 01cbe76aa0
5 changed files with 29 additions and 45 deletions

View file

@ -1,6 +1,15 @@
.venv
.env
**/.cache
.git
**/__pycache__
__pycache__
.cache
.mypy_cache
.pytest_cache
.ipynb_checkpoints
.gitignore
.dockerignore
Dockerfile
.github
.vscode
docs
scripts
tests