banned/.gitignore
Samuel Hoffman 532386a2b9 Support for TLS certificate verification and client certificates. (#301)
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.
2018-01-10 07:58:19 -07:00

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