diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a10ca2f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,11 @@ +.git +.github +.pytest_cache +__pycache__ +*.pyc +*.egg-info +dist +build +.venv +.env +docs