Files
CLIProxyAPIPlus/.gitignore
2025-12-16 13:19:32 +08:00

41 lines
367 B
Plaintext

# Binaries
cli-proxy-api
cliproxy
*.exe
# Configuration
config.yaml
.env
# Generated content
bin/*
logs/*
conv/*
temp/*
pgstore/*
gitstore/*
objectstore/*
static/*
refs/*
# Authentication data
auths/*
!auths/.gitkeep
# Documentation
docs/*
AGENTS.md
CLAUDE.md
GEMINI.md
# Tooling metadata
.vscode/*
.claude/*
.serena/*
.bmad/*
.mcp/cache/
# macOS
.DS_Store
._*