Files
Mai/.gitignore
Mai Development 2ef1eafdb8
Some checks failed
Discord Webhook / git (push) Has been cancelled
docs(01-01): complete LM Studio connectivity and resource monitoring plan
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
2026-01-27 12:03:58 -05:00

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