c76ac1023e
tests / build-and-test (push) Successful in 3m7s
tests / thread-sanitizer (push) Successful in 3m41s
tests / tshark-dissector (push) Successful in 2m25s
tests / secs4j-interop (push) Successful in 1m6s
tests / python-interop (push) Successful in 3m28s
tests / libfuzzer (push) Successful in 3m40s
The package's __pycache__/*.pyc were committed (regenerated on every build, churning diffs and risking stale bytecode). Untrack all 7, add Python cache patterns to the root .gitignore, and drop the now-redundant interop/.gitignore (the root rule covers it). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
251 B
Plaintext
21 lines
251 B
Plaintext
build/
|
|
build-fuzz/
|
|
build-tsan/
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
*.class
|
|
.DS_Store
|
|
compile_commands.json
|
|
|
|
# Python build/cache artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Local Claude Code agent state (memory, skills, etc.)
|
|
.claude/
|
|
build-tsan-d/
|