init commit. Skeleton prepared

This commit is contained in:
2025-08-08 19:48:03 +09:00
commit d58302c2c8
127 changed files with 1329 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
.venv/
venv/
.env
.env.*
.pytest_cache/
.mypy_cache/
coverage.xml
htmlcov/
dist/
build/
# IDE / OS
.DS_Store
.idea/
.vscode/
# Docker
**/.python_packages/
**/.pytest_cache/
**/.ruff_cache/