Browse Source

improved dockerignore

Rodja Trappe 1 năm trước cách đây
mục cha
commit
b519d2e24e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .dockerignore

+ 5 - 0
.dockerignore

@@ -4,8 +4,13 @@
 **/.*.swp
 **/dist
 test.py
+demo.py
 **/*.pickle
 **/tests/screenshots
+**/.venv
+**/.pytest_cache
+**/.coverage
+**/.git
 
 # flyctl launch added from .pytest_cache/.gitignore
 # Created by pytest automatically.