mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2025-12-14 08:06:23 +08:00
- Fix a bug due to 6fcca17918 that there is a endless loop in calculating recent 10 updating
- Add info log for `waitress`
20 lines
231 B
Plaintext
20 lines
231 B
Plaintext
# log files
|
|
*.log
|
|
*.log.*
|
|
|
|
# SSL cert
|
|
*.pem
|
|
*.key
|
|
|
|
# sqlite3 database
|
|
*.db
|
|
*.db.bak*
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# setting/config files
|
|
latest version/config/
|
|
latest version/config.py |