yukee1992 commited on
Commit
dfc9c0a
·
verified ·
1 Parent(s): 402251b

Create . dockerignore

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