chore: add Dockerfile, docker-compose.yml, .dockerignore

Made-with: Cursor
This commit is contained in:
21in7
2026-03-01 16:07:20 +09:00
parent 3d05806155
commit 60b32a978e
3 changed files with 44 additions and 0 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
.env
.venv
__pycache__
*.pyc
*.pyo
.pytest_cache
logs/
*.log
.git
docs/
tests/