# Pycharm trash
.idea
__pycache__/

# virtualenv
.venv
venv/
venv

# Distribution
.DS_Store
.cache/

# python identifiers
.python-version
.pytest_cache/

# mypy
.mypy_cache

# coverage
.coverage

# pytest
assets/
pytest.xml

# pypi assets
dist/
build/
*.egg-info

