2016-03-29 11:44:46 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
2018-10-31 16:37:57 +00:00
|
|
|
# linters
|
|
|
|
.mypy_cache/
|
|
|
|
|
2016-03-29 11:44:46 +00:00
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
2018-09-24 14:44:31 +00:00
|
|
|
# logging
|
2019-03-06 13:28:08 +00:00
|
|
|
*.log
|
|
|
|
*.log.*
|
2016-03-29 11:44:46 +00:00
|
|
|
|
2018-09-17 09:55:53 +00:00
|
|
|
# databases
|
2016-03-29 11:56:58 +00:00
|
|
|
*.db
|
2018-09-03 17:20:53 +00:00
|
|
|
bot.db.*
|
|
|
|
test-databases/*
|
2018-09-17 09:55:53 +00:00
|
|
|
|
|
|
|
# configs
|
|
|
|
*.conf
|
|
|
|
|
|
|
|
# ignored modules
|
|
|
|
modules/nongit-*.py
|
|
|
|
|
|
|
|
# tls
|
|
|
|
bot.crt
|
|
|
|
bot.key
|