This commit is contained in:
2026-03-29 00:03:04 +09:00
commit d8cce8499f
62 changed files with 27628 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Database files
databases/*.db
# Log files
logs/*.log
logs/**/*.log
logs/**/*.txt
# macOS
.DS_Store
*/.DS_Store
**/.DS_Store
# Python's Cache
__pycache__
*/__pycache__
**/__pycache__