# IntelliJ
target/
.idea/
research/
*.iml

# Sublime
*.sublime-workspace

# VS Code
.project
.classpath
# Shared VS Code Settings
.vscode/*
# Ignore all local history of files
**/.history

# Python
*.pyc
*.egg-info
__pycache__/
.ipynb_checkpoints
.Python
dist/
.python-version
.installed.cfg
*.egg
reqlib-metadata
.mypy_cache/
.venv
venv/
build/
wheels/
*.py[cod]
*$py.class

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
.pytest_cache/

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# vim temporary files
*~
.*.sw?

# Other Artifacts
hs_err_pid*
*.log
*.swp
*.swo
temp/*
.DS_Store

