Browse Source

Add dockerignore

Librellium 3 months ago
parent
commit
970b596f7e
1 changed files with 19 additions and 0 deletions
  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