
# Pycharm
.idea/vcs.xml
.idea/workspace.xml
.idea/misc.xml
## .idea/modules.xml  # uncertain, we may want to use this
.idea/mindfulness-at-the-computer.iml
# -we may want to use this
.idea/dictionaries/*

# Builds
mindfulness-at-the-computer.spec
build/
dist/
*.egg-info/
*.egg

# Tests
/.pytest_cache/
coverage.xml
.coverage
.pymon

# Other
venv
__pycache__/
.mypy_cache
*.tar.gz
