Add Dockerfile, .dockerignore, and Gitea CI for image build/push
Made-with: Cursor
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user