ayush2917 commited on
Commit
a33b2b3
·
verified ·
1 Parent(s): 8cf422b

Create .dockerignore

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