This commit is contained in:
2026-03-13 03:49:14 +09:00
parent 3526a4ddb6
commit 4f722fdfd9
8 changed files with 5855 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
.backup
# Environment variables
.env
*.log
*.json
*.db