Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ CLAUDE_CONTEXT.md
.direnv/
.envrc.local

# E2E test artifacts from bash scripts
# Note: test-incremental/ location depends on where test script is run from
cli/test-incremental/
test-samples/example-project/test-incremental/
test-samples/example-project/src/file[0-9]*.py

# NOTE on credential patterns (*.key, *.pem, credentials.json, etc.):
# We intentionally do NOT include these patterns. Adding them to .gitignore
# creates false security - they don't prevent "git add -f" and give developers
Expand Down