generated from geekiot/python-template
Add [docker]: add docker ignore file
This commit is contained in:
parent
fb38655010
commit
8251aa21bd
1 changed files with 34 additions and 0 deletions
34
.dockerignore
Normal file
34
.dockerignore
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
# Git
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
LICENSE
|
||||||
|
*.md
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
docker/
|
||||||
|
.dockerignore
|
||||||
|
|
||||||
|
# Nix stuff
|
||||||
|
flake.*
|
||||||
|
|
||||||
|
# Virtual environment
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
*.pot
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# Jupyter Notebook
|
||||||
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# Ruff formatter
|
||||||
|
.ruff_cache/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue