KTVManager_UI/.dockerignore

16 lines
110 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/
.idea/