Make Docker ignore unnecessary files

This commit is contained in:
Debanjum Singh Solanky 2022-06-29 22:29:34 +04:00
parent 85fbe1c42b
commit d64bed26f3

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
.git/
.pytest_cache/
.vscode/