KTVManager_UI/.dockerignore

21 lines
163 B
Plaintext
Raw Permalink Normal View History

2025-07-14 21:15:34 +01:00
# Git
.git
.gitignore
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
# IDE/Editor
.vscode/
2025-07-15 09:28:15 +01:00
.idea/
# Build artifacts
dockerfile
.dockerignore
*.sample