Files
nexus-claude-api/.gitignore
Guangfei.Zhao 4685a0165d Enhance user configuration management and logging
- Introduced user configuration command to set API key.
- Updated README and documentation for user config and logging paths.
- Refactored logging to support user-specific log files.
- Added tests for user configuration and logging behavior.
2026-06-27 10:21:00 +08:00

22 lines
207 B
Plaintext

.venv/
.uv-cache/
.pytest_cache/
.test-tmp/
pytest-cache-files-*/
dist/
__pycache__/
*.py[cod]
*$py.class
.env
.env.*
!.env.example
nexus-claude-api.local.json
# agents
.omo
.codegraph
.agents
# logs
logs