Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 50 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,59 @@
# Python
# ═══════════════════════════════════════════════════════════════
# S T A R R Y N O T E · .gitignore
# ═══════════════════════════════════════════════════════════════

# ── Python ────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.class
vwen/
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# ── Virtual Environments ─────────────────────────────────────
.venv/
venv/
env/
.env
# JavaScript / Node
node_modules/
npm-debug.log*
# OS files

# ── MLX / Model Weights ─────────────────────────────────────
models/
*.mlx
*.safetensors
*.bin
*.gguf

# ── Generated Output ─────────────────────────────────────────
output/
Instructions/

# ── OS Files ──────────────────────────────────────────────────
.DS_Store
Thumbs.db
# IDEs
.vscode/
Desktop.ini

# ── IDEs & Editors ───────────────────────────────────────────
.idea/
.vscode/
*.swp
# Logs
*.swo
*~
.project
.classpath
.settings/

# ── Testing & Coverage ──────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/

# ── Logs ─────────────────────────────────────────────────────
*.log
npm-debug.log*

# ── Node (if applicable) ────────────────────────────────────
node_modules/
Binary file added Assets/UI-Demo/UI-Demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading