KTVManager_UI/.dockerignore
Karl 950183542f
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m12s
smaller image
2025-07-14 21:15:34 +01:00

16 lines
110 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
# IDE/Editor
.vscode/
.idea/