initial commit

This commit is contained in:
Lectom C Han
2025-10-13 14:20:00 +09:00
commit 771a20225f
11 changed files with 731 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
jobs
jobs/*