48 lines
702 B
Plaintext
48 lines
702 B
Plaintext
# Local secrets
|
|
/secrets/
|
|
/private-config/*.env
|
|
/private-config/*.local
|
|
/ansible/inventory.ini
|
|
/codex_history.txt
|
|
|
|
# Runtime / reports
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
windows/*.report.json
|
|
.rollout-logs/
|
|
output/
|
|
artifacts/browser-smoke/
|
|
dist/
|
|
.ai/
|
|
.autonomous/
|
|
.ops/
|
|
.playwright-cli/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
__pycache__/
|
|
|
|
# Graphify analysis artifacts
|
|
.graphify_*.json
|
|
.graphify_*.txt
|
|
.graphify_python/
|
|
graphify-out/cache/
|
|
.planning/
|
|
.pssa_run.ps1
|
|
data/
|
|
|
|
# Generated analysis artifacts
|
|
/graphify-out/
|
|
/.graphify_*.json
|
|
/.graphify_*.txt
|
|
/.graphify_python/
|
|
|
|
# Release assets kept outside git
|
|
/install-kit-awindows-*.zip
|
|
/install-kit-awindows-*.tar.gz
|
|
/install-kit-awindows-*/
|
|
/scripts/configure_pfsense_gateway_nat.py
|