youngtsai commited on
Commit
e4b7236
·
1 Parent(s): 9b2b063
Files changed (2) hide show
  1. .dockerignore +24 -0
  2. .gitignore +2 -0
.dockerignore ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .git
2
+ .gitignore
3
+ __pycache__
4
+ *.pyc
5
+ *.pyo
6
+ *.pyd
7
+ .Python
8
+ env
9
+ pip-log.txt
10
+ pip-delete-this-directory.txt
11
+ .tox
12
+ .coverage
13
+ .coverage.*
14
+ .cache
15
+ nosetests.xml
16
+ coverage.xml
17
+ *.cover
18
+ *.log
19
+ .pytest_cache
20
+ .env
21
+ .venv
22
+ .DS_Store
23
+ local_config.json
24
+ /tmp
.gitignore CHANGED
@@ -1,2 +1,4 @@
1
  local_config.json
2
  *.pyc
 
 
 
1
  local_config.json
2
  *.pyc
3
+ /tmp
4
+ .env