adding Dockerfile and ignores

This commit is contained in:
georg.sinn-schirwitz
2025-09-08 12:39:46 +02:00
parent 443159ec86
commit 262d5fca91
2 changed files with 67 additions and 0 deletions

45
.dockerignore Normal file
View File

@@ -0,0 +1,45 @@
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
venv
.venv
pip-log.txt
pip-delete-this-directory.txt
# Virtual environments
.env
.venv
venv/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Docker
Dockerfile
.dockerignore
# Documentation
README.md
# Service files
*.service