mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
66 lines
608 B
Plaintext
66 lines
608 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*/
|
|
|
|
|
|
|
|
# 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
|