38 lines
487 B
Plaintext
38 lines
487 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/
|
|
.ai/
|
|
.autonomous/
|
|
|
|
# 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/
|