# Build
dist/
build/
*.egg-info/

# Python
__pycache__/
*.pyc
.venv/

# IDE
.idea/
