There was an error while loading. Please reload this page.
1 parent 40937c6 commit c5349f5Copy full SHA for c5349f5
1 file changed
.gitignore
@@ -73,17 +73,32 @@ ENV/
73
.vscode
74
75
tmp/
76
+__nac_tmp_*
77
78
.mypy_cache/
79
+.ruff_cache/
80
81
+# Application execution logs (including Claude Code logs)
82
logs/
83
84
# Robot artifacts
85
output.xml
86
log.html
87
report.html
88
+pabot_results/
89
90
# Pabot
91
.pabotsuitenames
92
93
+# Claude configuration
94
.claude/
95
+CLAUDE.md
96
+# Opencode/oh-my-opencode
97
+.sisyphus/
98
+AGENTS.md
99
+
100
+# bandit security report, if generated
101
+bandit-security-report.json
102
103
+# workspace for local testing
104
+/workspace
0 commit comments