# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.DS_Store
# C extensions
*.so

# Distribution / packaging
.Python
.DS_Store
env/
build/
develop-eggs/
dist/
downloads/
eggs/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
.mypy_cache

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

*.sqlite3

# Vagrant
vagrant/.vagrant
vagrant/Vagrantfile.local

# MKDocs
site/

# Static files
bower_components/
node_modules/

# Editors
.idea/
*~

# Project-specific files
model_output
allrank/config.json
task-data
dummy_data

