# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]


# dev modules
sirius_auth/

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
*~


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

# pip-accel cache
.tmp

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

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
.vscode
*~

# Rope
.ropeproject

# Django stuff:
*.log
*.pot
media/
static/

# Sphinx documentation
docs/build/

# Misc
.DS_Store
*.swp
venv
common_venv
development_venv
node_modules

# local settings
*.conf.local.py

# Celery
celerybeat-schedule
celeryev.pid

# Honcho
.env

# scripts data
scripts/edu_question*
scripts/images
scripts/dependent_tags.txt
scripts/data

# local settings
src/kelvin/settings/my.conf.local

# pytest cache
.pytest_cache

# local postgres data
.postgres/

# local tvm.json
.tvm.json
