Create dockerfile
This commit is contained in:
parent
352b561847
commit
77e2ac542e
5 changed files with 29 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue