chore: add .dockerignore for cleaner builds
This commit is contained in:
12
.dockerignore
Normal file
12
.dockerignore
Normal file
@@ -0,0 +1,12 @@
|
||||
.venv/
|
||||
.git/
|
||||
.gitignore
|
||||
.env
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
.pytest_cache/
|
||||
tests/
|
||||
docs/
|
||||
*.md
|
||||
Reference in New Issue
Block a user