Explorar el Código

Add dockerignore

Librellium hace 3 meses
padre
commit
970b596f7e
Se han modificado 1 ficheros con 19 adiciones y 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