first commit

This commit is contained in:
imnyang 2025-05-18 20:12:55 +09:00
commit 2b20e263eb
8 changed files with 4299 additions and 0 deletions

12
.gitignore vendored Normal file
View file

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