build/
__pycache__
*.py[cod]
*~
@*
/build
/env
docs/build/
*.iml
/out/
.venv/
.mypy_cache/
.incremental_checker_cache.json
.cache

# Packages
*.egg
*.egg-info

# IDEs
.idea
*.swp

# Operating Systems
.DS_store

# Coverage Files
htmlcov
.coverage*
