bitbot-3.11-fork/.gitignore

30 lines
305 B
Text
Raw Normal View History

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
logs/*.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
bot.db.*
test-databases/*
2018-09-17 09:55:53 +00:00
# configs
*.conf
# ignored modules
modules/nongit-*.py
# tls
bot.crt
bot.key