diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a75f613 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +# Python +.venv +__pycache__ + +# GIT +.gitignore + +#CI configuration +.drone.yml +pylama.ini + +# Bot documentation +README.md \ No newline at end of file