Files
haproxy-mcp/.gitignore
kaffa e66c5ddc7f chore: Add test artifacts to .gitignore
- .coverage
- htmlcov/
- .pytest_cache/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 12:50:39 +09:00

36 lines
339 B
Plaintext

# Separate projects
api/
# Certificates and secrets
certs/
conf/mcp-token.env
mcp/.env
*.env
# Server configuration (contains IPs)
conf/servers.json
conf/domains.map
# Runtime data
run/
data/
*.state
*.lock
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.coverage
htmlcov/
.pytest_cache/
# IDE
.vscode/
.idea/
# Claude Code
.claude/