Add .dockerignore file

This commit is contained in:
2025-07-23 18:28:34 +02:00
parent f2e9827fcf
commit 5052db2794

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Python-Umgebungen
.venv/
venv/
ENV/
__pycache__/
*.pyc
*.pyo
*.pyd
# Git
.git/
.gitignore
# Logs
log/
*.log
# Sonstiges
.DS_Store
Thumbs.db
idea.txt
*.md
LICENSE
# Tests
*.pytest_cache/
test_app.py