KTVManager_UI/.dockerignore
Karl 96c9ec9d57
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m13s
updated docker file
2025-07-15 09:28:15 +01:00

21 lines
163 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
# IDE/Editor
.vscode/
.idea/
# Build artifacts
dockerfile
.dockerignore
*.sample