banned/.gitignore
Vgr E. Barry c37631e90c Update handling of game modes
This change moves the game modes into their own `src/gamemodes.py`, and
also allows setting game modes via `gamemodes.py`.
2015-09-09 09:57:41 -04:00

20 lines
188 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
# Database files
*.sqlite3
# Log files
*.log