# Editor
.idea/
.vscode/

# Python
**/__pycache__/
*.pyc
venv/

# Custom
_local
__DATA__/*
__STATIC__/*

# Keep
!.gitkeep

# Build
dist/
