Files
CLIProxyAPIPlus/.gitignore
2025-12-19 11:40:52 +08:00

44 lines
394 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/*
.gemini/*
.serena/*
.agent/*
.bmad/*
_bmad/*
.mcp/cache/
# macOS
.DS_Store
._*