Skip to content

Commit c5349f5

Browse files
committed
chore: update .gitignore with local artifacts and tool configs
Syncs .gitignore with release/pyats-integration-v1.1-beta branch
1 parent 40937c6 commit c5349f5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,32 @@ ENV/
7373
.vscode
7474

7575
tmp/
76+
__nac_tmp_*
7677

7778
.mypy_cache/
79+
.ruff_cache/
7880

81+
# Application execution logs (including Claude Code logs)
7982
logs/
8083

8184
# Robot artifacts
8285
output.xml
8386
log.html
8487
report.html
88+
pabot_results/
8589

8690
# Pabot
8791
.pabotsuitenames
8892

93+
# Claude configuration
8994
.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

Comments
 (0)