Initial commit: Cloudflare infrastructure with WAF Intelligence
- Complete Cloudflare Terraform configuration (DNS, WAF, tunnels, access) - WAF Intelligence MCP server with threat analysis and ML classification - GitOps automation with PR workflows and drift detection - Observatory monitoring stack with Prometheus/Grafana - IDE operator rules for governed development - Security playbooks and compliance frameworks - Autonomous remediation and state reconciliation
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
gitops/.venv/
|
||||
terraform/.terraform/
|
||||
terraform/.terraform.lock.hcl
|
||||
terraform/plan.tfplan
|
||||
.secrets
|
||||
|
||||
# Environment files with secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# SSH keys and certificates
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
*.pfx
|
||||
id_*
|
||||
*.ssh/
|
||||
|
||||
# API keys and tokens
|
||||
*api_key*
|
||||
*token*
|
||||
*secret*
|
||||
|
||||
# Python caches and local envs
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.log
|
||||
.venv/
|
||||
venv/
|
||||
.xenv/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.DS_Store
|
||||
archive_runtime/
|
||||
Reference in New Issue
Block a user