2025-06-11 06:11:29 +08:00

89 lines
891 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Development tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtual environments
.venv*/
venv*/
# Node.js / Electron (Desktop App)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
.npm
.yarn-integrity
# Electron build outputs
dist-desktop/
out/
*.dmg
*.exe
*.deb
*.rpm
*.AppImage
*.zip
*.tar.gz
# Electron cache
.electron/
.electron-gyp/
# Logs
*.log
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# IDE
.vscode/
.idea/
*.swp
*.swo
# Others
.cursor/rules/
uv.lock
.mcp_feedback_settings.json
test_reports/
# Temporary test files
test_*.py
# User configuration files
ui_settings.json
.config/
# Backup files
*.bak
*.backup
*.orig
# Environment files
.env
.env.local
.env.*.local