Redfire-1234 commited on
Commit
1e30bcd
·
verified ·
1 Parent(s): 45a1c37

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +28 -0
.dockerignore ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ env
7
+ venv
8
+ pip-log.txt
9
+ pip-delete-this-directory.txt
10
+ .tox
11
+ .coverage
12
+ .coverage.*
13
+ .cache
14
+ nosetests.xml
15
+ coverage.xml
16
+ *.cover
17
+ *.log
18
+ .git
19
+ .mypy_cache
20
+ .pytest_cache
21
+ .hypothesis
22
+ uploads/*
23
+ outputs/*
24
+ .DS_Store
25
+ *.swp
26
+ *.swo
27
+ .vscode
28
+ .idea