mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
39 lines
558 B
Text
39 lines
558 B
Text
# Python environment
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
|
|
# Runtime state (local only)
|
|
state.json
|
|
agents-state.json
|
|
runtime-config.json
|
|
*.log
|
|
*.out
|
|
*.pid
|
|
*.backup*
|
|
*.original
|
|
cloudflared.pid
|
|
cloudflared.out
|
|
healthcheck.log
|
|
backend.log
|
|
|
|
# Generated / mutable assets (local only)
|
|
assets/bg-history/
|
|
assets/home-favorites/
|
|
frontend/office_bg.png
|
|
frontend/*.bak
|
|
layers/
|
|
desktop-pet/src-tauri/icons/*Logo.png
|
|
|
|
# Electron local build artifacts
|
|
electron-shell/node_modules/
|
|
electron-shell/release/
|
|
join-keys.json
|