diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..ddad8690a --- /dev/null +++ b/.dockerignore @@ -0,0 +1,17 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +# github acions +.github/ +.*ignore +# User-specific stuff +.idea/ +# Byte-compiled / optimized / DLL files +__pycache__/ +# Environments +.env +.venv +env/ +venv*/ +ENV/ +.conda/ +README*.md