Prevent copying of venv folder in the Docker image
This commit is contained in:
parent
b9a06e7a42
commit
45f436a77f
|
|
@ -1,4 +1,5 @@
|
|||
.git/
|
||||
.vscode/
|
||||
*.txt
|
||||
!/requirements.txt
|
||||
!/requirements.txt
|
||||
venv/
|
||||
Loading…
Reference in New Issue