FreshPixels commited on
Commit
e5a06b2
·
verified ·
1 Parent(s): 30daa50

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +19 -0
.dockerignore ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .env
2
+ .env.*
3
+ .git
4
+ .gitignore
5
+ __pycache__
6
+ *.pyc
7
+ *.pyo
8
+ .pytest_cache
9
+ .mypy_cache
10
+ .ruff_cache
11
+ .venv
12
+ venv
13
+ *.egg-info
14
+ dist
15
+ build
16
+ .dockerignore
17
+ Dockerfile
18
+ README.md
19
+ tests