aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 196cde32685a6ffaf91342beba738e914ccc1bfd (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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