Skip to content

Commit

Permalink
Add .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 19, 2024
1 parent 0bc3277 commit 9f30615
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/*.egg-info
**/*.pyc
**/*.tar.gz
*.code-workspace
**/.*.ipynb
**/.ipynb*
.venv/
build/
export/
.do-not-setup-on-localhost

# Sphinx documentation
docs/html
screenshots/

0 comments on commit 9f30615

Please sign in to comment.