aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 438984b67517173afc1595d90b296720b623d464 (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
27
28
29
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# linters
.mypy_cache/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# logging
logs/*.log*

# databases
*.db
bot.db.*
test-databases/*

# configs
*.conf

# ignored modules
modules/nongit-*.py

# tls
bot.crt
bot.key