Explorar o código

Add dockerignore

Librellium hai 3 meses
pai
achega
970b596f7e
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      .dockerignore

+ 19 - 0
.dockerignore

@@ -0,0 +1,19 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[codz]
+*$py.class
+
+# Config
+config.yml
+config.yml.example
+
+# Git
+.git
+.gitignore
+
+# Python venv
+.venv
+
+# Repo trash
+LICENSE
+README.md