added ignore files

This commit is contained in:
FrederikBaerentsen 2022-06-23 09:16:57 +02:00
parent a04b119ce5
commit bf2a3bcf1d
2 changed files with 13 additions and 0 deletions

8
.dockerignore Normal file
View File

@ -0,0 +1,8 @@
.venv/
__pycache__/
.env
.git
.gitignore
deploy.sh
Dockerfile
env

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.venv/
__pycache__/
.env
deploy.sh
env