Files
haproxy-mcp/.gitignore
kaffa 02a17a62b4 docs: Add WAF integration docs and ignore lock files
- Add YARA guide, WAF integration docs, and webshell rules
- Ignore *.lock files in .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 04:34:49 +00:00

33 lines
305 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/
# IDE
.vscode/
.idea/
# Claude Code
.claude/