diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..9cd4c5f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,12 @@ +.venv/ +.git/ +.gitignore +.env +__pycache__/ +*.py[cod] +*.egg-info/ +dist/ +.pytest_cache/ +tests/ +docs/ +*.md