All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 11s
32 lines
245 B
Plaintext
32 lines
245 B
Plaintext
# Git files
|
|
.git
|
|
.gitignore
|
|
.gitea
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python cache
|
|
__pycache__
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|