Files
CLIProxyAPI/.gitignore
2025-12-15 20:53:43 +08:00

39 lines
346 B
Plaintext

# Binaries
cli-proxy-api
*.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/*
# macOS
.DS_Store
._*