claude-failover/.gitignore
Ubuntu d4260f71b4 chore(gitignore): ignore built binary and .security-reviewed marker
Le commit precedent a accidentellement inclus le binaire compile et le
marker de security review. Ces fichiers ne doivent jamais etre versionnes.
2026-04-15 00:00:23 +00:00

42 lines
461 B
Text

# Binaries
bin/
build/
dist/
*.exe
*.test
*.out
/claude-failover
# Security review marker (Claude Code hook, expires after 10min)
.security-reviewed
# Go
vendor/
*.prof
coverage.txt
coverage.html
# Logs
*.log
logs/
# Local config & secrets
config.yaml
config.local.yaml
.env
.env.local
*.pem
*.key
# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Runtime / state (top-level only, not internal/state package)
/state/
/checkpoints/
tmp/
.agent-queue/