# Python
__pycache__

# setuptools
/dist
/src/*.egg-info

# mypy
.mypy_cache/

# IntelliJ/PyCharm
*.iml
.idea

# Miscelaneous
/build
/target
.DS_Store
