If a TLS certificate fingerprint is provided, the client will check it against the SHA256 hex digest of the server's certificate. Different hash algorithms can be specified, and multiple fingerprints can be specified for networks with more than one server.
26 lines
250 B
Plaintext
26 lines
250 B
Plaintext
# Backup files
|
|
*~
|
|
\#*#
|
|
.*.s[a-w][a-p]
|
|
.s[a-w][a-p]
|
|
|
|
# Python compiled files
|
|
__pycache__/
|
|
*.py[co]
|
|
|
|
# Linter files
|
|
.mypy_cache/
|
|
|
|
# Config files
|
|
botconfig.py
|
|
/gamemodes.py
|
|
/messages.json
|
|
/roles/*.py
|
|
|
|
# Database files
|
|
*.sqlite3
|
|
*.bak
|
|
|
|
# Log files
|
|
*.log
|