From e0598760af1a5b83b7b53dad5e709d17762f3865 Mon Sep 17 00:00:00 2001 From: Chris Pyles Date: Sun, 1 Sep 2024 18:40:03 -0700 Subject: [PATCH] update .dockerignore --- .dockerignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.dockerignore b/.dockerignore index 4706c0faa..e506287f8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,22 +1,22 @@ __pycache__ -.DS_Store -dist -build -*.egg-info -.ipynb_checkpoints -test/test-grading-notebook.ipynb -test/tests .coverage -.vscode -test/output -.sos -docs/_build -.Rproj.user -.Rhistory +.DS_Store .ionide -gs-testing-stuff +.ipynb_checkpoints +.git +.github .mypy.cache +.pytest_cache .OTTER_LOG +.Rproj.user +.Rhistory +.sos +.vscode +*.egg-info +build +dist docs +examples logo -.git \ No newline at end of file +poetry.lock +test