more docker changes

This commit is contained in:
2025-06-04 08:09:22 +02:00
parent 4594e6185e
commit baae8ed694
2 changed files with 49 additions and 3 deletions

43
.dockerignore Normal file
View File

@@ -0,0 +1,43 @@
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Local development
*.log
.env
.env.local
.env.*.local
# Keep start.sh