Skip to content

Commit

Permalink
use dockerignore file to prevent bloat in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ascibisz committed Aug 22, 2024
1 parent 58c5943 commit 9d74276
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Distribution / packaging
build/
develop-eggs/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg
__pycache__

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
*.cover
cellpack/tests/
cellpack/bin/tests/

# Documentation
docs/

# virtualenv
.venv
venv/
ENV/

# Generated data
out/
*.simularium
**/converted/*
data/
results/

# git
.github/

0 comments on commit 9d74276

Please sign in to comment.