All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m13s
21 lines
163 B
Plaintext
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 |