26 lines
278 B
Text
26 lines
278 B
Text
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# logging
|
|
bot.log*
|
|
|
|
# databases
|
|
*.db
|
|
bot.db.*
|
|
test-databases/*
|
|
|
|
# configs
|
|
*.conf
|
|
|
|
# ignored modules
|
|
modules/nongit-*.py
|
|
|
|
# tls
|
|
bot.crt
|
|
bot.key
|