2020-03-01 01:29:41 +00:00
|
|
|
# Bot Related
|
2020-02-19 19:29:27 +00:00
|
|
|
config.json
|
2020-03-02 06:12:16 +00:00
|
|
|
extensions/__pycache__/
|
2020-03-19 18:16:22 +00:00
|
|
|
utils/__pycache__/
|
|
|
|
.mypy_cache/
|
2020-03-01 01:29:41 +00:00
|
|
|
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
2020-03-21 16:39:48 +00:00
|
|
|
env/
|
2020-03-21 15:49:28 +00:00
|
|
|
*.pyc
|
|
|
|
|
2020-03-01 01:29:41 +00:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Sphinx documentation
|
2020-03-02 04:58:05 +00:00
|
|
|
docs/_build/
|
2020-03-19 18:16:22 +00:00
|
|
|
|
2020-03-21 16:18:21 +00:00
|
|
|
extensions/__pycache__/core.cpython-38.pyc
|
2020-03-23 23:35:57 +00:00
|
|
|
.vscode/settings.json
|
2020-04-06 16:26:15 +00:00
|
|
|
.vscode/settings.json
|
|
|
|
.vscode/settings.json
|