Skip to content

Commit

Permalink
add .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Apr 20, 2023
1 parent a309eef commit 54e6975
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 @@
# Config & info files
.gitignore
.pep8speaks.yml
Dockerfile
LICENSE
README.md

# Unnecessary files
examples
notebooks
test

# User data
data

0 comments on commit 54e6975

Please sign in to comment.