Update .gitignore and remove cached Python files; adjust message command statistics
This commit is contained in:
+6
-1
@@ -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__/
|
||||
|
||||
Reference in New Issue
Block a user