This commit is contained in:
2026-03-13 04:37:58 +09:00
commit a433928f3e
9 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