diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..aff7f09 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +example +__pycache__ +*.pyc +*.pyo +*.pyd +.Python +env +.cache +*.log +.git \ No newline at end of file