init commit

This commit is contained in:
2025-09-28 09:18:03 +09:00
commit a8076bc9d0
78 changed files with 11035 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
.venv/
.env
downloads/
__pycache__/
*.pyc
*.pyo
*.pyd
*.sqlite3
instance/
*.log
*.pot
*.mo
*.swp
.DS_Store
.idea/
.vscode/