# virtualfish
.venv

# build
dist/

# PyCharm
.idea

# python
__pycache__

# notebooks
.ipynb_checkpoints

# pytest-cov
.coverage

# environment
.env

# export files for Paprika app accidently create in source code directory
*.paprikarecipes

# vim
.*swp
.*swo
