init commit

This commit is contained in:
2025-12-18 05:55:32 +09:00
commit a6817e487e
72 changed files with 13847 additions and 0 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
.git
.gitignore
.env
.venv
venv/
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
.env.local
.env.*.local
logs/
sessions/
*.db
*.sqlite
*.sqlite3
postgres_data/
redis_data/