generated from geekiot/python-template
feature/docker - add first docker compose & docker image files #5
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