Update .gitignore and remove cached Python files; adjust message command statistics

This commit is contained in:
2026-04-01 12:48:41 +00:00
parent 1838a2a9db
commit a6094c2d0c
23 changed files with 29 additions and 15 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*__pycache__/
*.py[cod]
*$py.class
@@ -36,3 +36,8 @@ logs/
# Temporary files
*.tmp
.cache/
*time.txt
# Cache files
*.cache
__pycache__/