Skip to content

Commit

Permalink
fix: Add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shirte committed Jan 2, 2025
1 parent fd5856c commit c4ad96d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# git
.git
.gitignore

# unit tests
**/.hypothesis
**/.coverage*
**/.pytest_cache

# linting and formatting
**/.mypy_cache
**/.ruff_cache

# python
**/__pycache__
**/*.pyc
**/.pytest_cache
dist

0 comments on commit c4ad96d

Please sign in to comment.