### DEVELOPMENT ###
# PyCharm
.idea/

### PYTHON ###
# Virtual environment
.venv/
# Python bytecode
__pycache__/
# Distribution
*.egg-info/
dist/
