yamraj047 commited on
Commit
178a1cc
·
verified ·
1 Parent(s): 48c70d8

Upload dockerignore.txt

Browse files
Files changed (1) hide show
  1. dockerignore.txt +14 -0
dockerignore.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ env/
7
+ venv/
8
+ .git
9
+ .gitignore
10
+ *.md
11
+ .DS_Store
12
+ *.log
13
+ .vscode/
14
+ .idea/