Fix FK deferrable status, ensure that FKs are always enforced in the bot, and redo how fool wins are stored/tracked. Drop unneded table.
22 lines
209 B
Plaintext
22 lines
209 B
Plaintext
# Backup files
|
|
*~
|
|
\#*#
|
|
.*.s[a-w][a-p]
|
|
.s[a-w][a-p]
|
|
|
|
# Python compiled files
|
|
__pycache__/
|
|
*.py[co]
|
|
|
|
# Config files
|
|
botconfig.py
|
|
/gamemodes.py
|
|
/messages.json
|
|
|
|
# Database files
|
|
*.sqlite3
|
|
*.bak
|
|
|
|
# Log files
|
|
*.log
|