# Temporary and binary files
*~
*.orig
*.pot
**/__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.vscode
spack*

# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
venv

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

# tests and coverage
.coverage*
.tox

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/build/
cover/*
MANIFEST
removeme
