.idea/
.vscode/

# Python

*.pyc
.eggs/
*.egg-info/

# Virtualenv
venv

.DS_Store
.project
.pydevproject

.cache

.coverage
/htmlcov
/build

.envrc
.direnv

