Some checks failed
Discord Webhook / git (push) Has been cancelled
Tasks completed: 4/4 - Created Python project foundation with dependencies - Implemented LM Studio adapter with model discovery - Implemented system resource monitoring with trend analysis - Created model configuration system with fallback chains SUMMARY: .planning/phases/01-model-interface/01-01-SUMMARY.md STATE: Updated to reflect plan completion
59 lines
493 B
Plaintext
59 lines
493 B
Plaintext
# Python
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Project-specific
|
|
config.yaml
|
|
logs/
|
|
*.log
|
|
cache/
|
|
.planning/PHASE-*-PLAN.md
|
|
|
|
# Discord
|
|
.env
|
|
.discord_token
|
|
|
|
# Android
|
|
android/app/build/
|
|
android/.gradle/
|
|
android/local.properties
|
|
|
|
# OS
|
|
*.tmp
|
|
*.bak
|