Rox-Turbo commited on
Commit
62e11c9
·
verified ·
1 Parent(s): 44bcbbf

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +15 -15
.dockerignore CHANGED
@@ -1,15 +1,15 @@
1
- __pycache__/
2
- *.py[cod]
3
- *.pyo
4
- *.pyd
5
- .Python
6
- env/
7
- venv/
8
- .venv/
9
- build/
10
- dist/
11
- *.egg-info/
12
- .git
13
- .gitignore
14
- .env
15
-
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ env/
7
+ venv/
8
+ .venv/
9
+ build/
10
+ dist/
11
+ *.egg-info/
12
+ .git
13
+ .gitignore
14
+ .env
15
+