mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2025-12-14 08:06:23 +08:00
24 lines
276 B
Plaintext
24 lines
276 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
|
|
|
|
# song data
|
|
latest version/database/songs/
|