All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m12s
16 lines
110 B
Plaintext
16 lines
110 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE/Editor
|
|
.vscode/
|
|
.idea/ |