peace2024 commited on
Commit
425604f
·
1 Parent(s): ceca151

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +10 -0
.dockerignore ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .env
6
+ *.env
7
+ .env.*
8
+ .git/
9
+ .gitignore
10
+ .vscode/