macrdel commited on
Commit
7c8fe96
1 Parent(s): f948b17

create dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +9 -0
.dockerignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ venv/
2
+ *.pyc
3
+ requirements.txt
4
+ __pycache__/
5
+ .cache/
6
+ .pytest_cache/
7
+ logs/
8
+ tmp/
9
+ .env