diff --git a/.gitignore b/.gitignore index a902a12..cfdd165 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ web/output/ PyWebview/web/output/ .hf_cache/ *.log +build/ +dist/ # Generated media and 3D assets *.png @@ -50,6 +52,8 @@ PyWebview/web/output/ *.mov *.zip *.tar.gz +!icon.png +!icon.icns # Local model weights *.safetensors diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..d3dc792 Binary files /dev/null and b/icon.png differ