Inayatgaming commited on
Commit
7fb48ee
·
verified ·
1 Parent(s): c86ed70

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +21 -0
.dockerignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+
6
+ .git
7
+ .gitignore
8
+
9
+ .env
10
+ .venv
11
+ venv/
12
+
13
+ .vscode/
14
+ .idea/
15
+
16
+ *.log
17
+
18
+ .cache/
19
+ pytest_cache/
20
+
21
+ README.md