Add Dockerfile, .dockerignore, and Gitea CI for image build/push

Made-with: Cursor
This commit is contained in:
2026-03-31 18:21:08 -05:00
parent 612fbe2055
commit 7fec4bc575
4 changed files with 86 additions and 0 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
.git
.github
.gitea
.venv
__pycache__
*.py[cod]
.pytest_cache
.ruff_cache
.coverage
htmlcov
.env
.env.*
!.env.example
tests
.cursor
*.plan.md