29 lines
335 B
Plaintext
29 lines
335 B
Plaintext
# Local secrets
|
|
secrets/deploy.secrets.env
|
|
secrets/runtime.env
|
|
|
|
# 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/
|