useful dockerignores to ignore local python env

that were docker ignores needed to ignore a local python env and its
sqlite db
This commit is contained in:
pedro 2023-11-16 17:16:53 +01:00
parent e2e74926ca
commit 2b433c4d29
2 changed files with 4 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
.git
env

View File

@ -0,0 +1,2 @@
# if any sqlite db is hardcoded in git repo
IdHub/db.sqlite3