add .dockerignore to exclude __pycache__ from image

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-26 13:02:16 +00:00
parent 4e41ba02c0
commit 69270a2990

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
.git
.env
__pycache__
*.pyc
*.pyo
.pytest_cache
.coverage