# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
**/.DS_*
.*.swp
**/.coverage*

## temporary caches
**/.ipynb_checkpoints
**/.pytest_cache/
**/__pycache__/
**/.cache/
**/cache_dir/
**/build/
**/dist/

# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
.vscode
tags
*.code-workspace
*.sublime-workspace

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.tox
junit.xml
coverage.xml
.pytest_cache/

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
runs/*
MANIFEST

# Mac
__MACOSX

# KDE
.directory

# BigData and Models
db.sqlite3
*.bz2
*.zip
*.gz
*.pkl
*.npy
**/data/

# Per-project virtualenvs
.venv*/

# docs html
docs/**/*.html

# secrets
.bash_env
**/*secret*
**/*private*

# project-specific
.ipynb_checkpoints
spa.txt
fre.txt

