init commit

This commit is contained in:
2025-12-03 18:55:22 +09:00
commit f05e8e728f
12 changed files with 6325 additions and 0 deletions

12
.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
env/
.env
.git/
node_modules/
*.log
build/
dist/