namelessai commited on
Commit
c7ee6ea
·
verified ·
1 Parent(s): 41089ff

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +11 -0
.dockerignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Exclude files that shouldn't be copied into the Docker image
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+ .Python
7
+ env/
8
+ venv/
9
+ .git/
10
+ .dockerignore
11
+ Dockerfile