mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-02 04:20:50 +08:00
51 lines
466 B
Plaintext
51 lines
466 B
Plaintext
# Binaries
|
|
cli-proxy-api
|
|
*.exe
|
|
|
|
# Configuration
|
|
config.yaml
|
|
.env
|
|
|
|
# Generated content
|
|
bin/*
|
|
logs/*
|
|
conv/*
|
|
temp/*
|
|
refs/*
|
|
|
|
# Storage backends
|
|
pgstore/*
|
|
gitstore/*
|
|
objectstore/*
|
|
|
|
# Static assets
|
|
static/*
|
|
|
|
# Authentication data
|
|
auths/*
|
|
!auths/.gitkeep
|
|
|
|
# Documentation
|
|
docs/*
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
|
|
# Tooling metadata
|
|
.vscode/*
|
|
.codex/*
|
|
.claude/*
|
|
.gemini/*
|
|
.serena/*
|
|
.agent/*
|
|
.agents/*
|
|
.agents/*
|
|
.opencode/*
|
|
.bmad/*
|
|
_bmad/*
|
|
_bmad-output/*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|