Files
opus-orchestrator-ai/.gitignore
T
mrhavens e151cee69f Add MiniMax LLM integration and local .env support
- Add .env to .gitignore (API keys stay local)
- Add LLM client with MiniMax and OpenAI support
- Update config to load from environment variables
- Wire up Architect agent to actually call the LLM
- Add MiniMax API key to local .env file
2026-03-12 18:33:29 +00:00

32 lines
251 B
Plaintext

# Dependencies
__pycache__/
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
venv/
.venv/
env/
# Local environment
.env
.env.local
*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Output
output/
*.log