1
0

containerize & enhance filtering
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 14s

This commit is contained in:
2026-02-08 11:58:22 -05:00
parent 25ef2adf71
commit 312c54c5bd
8 changed files with 608 additions and 19 deletions

31
.dockerignore Normal file
View File

@@ -0,0 +1,31 @@
# 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