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
2 changed files with 14 additions and 1 deletions

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