All checks were successful
Windows project source guards / test (push) Successful in 36s
Bump APP_VERSION to 0.4.81 and ignore transient cache.db. The release
snapshot (8a2335d) carries: multi-source Windows system proxy handling
(per-connection WinINet apply, policy/PAC-aware state query, ownership-
gated disable, UI reconciliation), server rotation via xray balancer,
Happ crypt5 subscription support, dialog-to-page editor rework, and
core-native hot switching.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
44 lines
369 B
Text
44 lines
369 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
.cache/
|
|
|
|
# PyInstaller
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Core binaries (downloaded by CI)
|
|
core/
|
|
|
|
# App data
|
|
data/*
|
|
!data/templates/
|
|
!data/templates/**
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Archives
|
|
*.zip
|
|
/.claude
|
|
/docs/changelog
|
|
/.agent
|
|
/.codex
|
|
CLAUDE.md
|
|
HANDOFF.md
|
|
sing-box.md
|
|
cache.db
|