# Python build artefacts
build/
*.egg-info
.eggs/
dist/
__pycache__/
.*_cache/
.coverage
coverage.xml
htmlcov/

<tempfile.*

# Virtual envs
.env
.venv/
venv/

# Notebooks
.ipynb_checkpoints
.virtual_documents/
.cache/
.config/
.ipython/
.jupyter/
.local/
.npm/
.bash_history
__pycache__/

# MacOS
.DS_Store

# IDEs
.idea/
