Add [docker]: add docker ignore file

This commit is contained in:
Kirill Samoylenkov 2025-10-24 00:42:12 +05:00
parent fb38655010
commit 8251aa21bd

34
.dockerignore Normal file
View 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/