Added .dockerignore (#25)

* Added .dockerignore

* Fixed duplicated
This commit is contained in:
Esteban Sánchez 2023-11-20 14:26:43 +01:00 committed by GitHub
parent a0929f84ba
commit 9ff35e48c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

10
.dockerignore Normal file
View File

@ -0,0 +1,10 @@
__pycache__/
.coverage*
.github
.gitignore
.pdm*
.pre-commit-config.yaml
.vscode
build/
logo.png
tests

5
.gitignore vendored
View File

@ -132,4 +132,7 @@ dmypy.json
config.env
# Ignore pdm local files
.pdm-python
.pdm-python
# Ignore ruff files
.ruff_cache