Skip to content

chore: gitignore Python bytecode from compat harness - #16

Merged
andrescera merged 1 commit into
mainfrom
chore/gitignore-pycache
Jun 10, 2026
Merged

chore: gitignore Python bytecode from compat harness#16
andrescera merged 1 commit into
mainfrom
chore/gitignore-pycache

Conversation

@andrescera

Copy link
Copy Markdown
Member

What

Ignore __pycache__/ and *.pyc in srtla.

Why

The compat harness ships Python scripts (tests/compat/pcap-replay/, validate-matrix.py); running them generates __pycache__/ bytecode dirs that show up as untracked in git status. They are build artifacts, never source. This sits alongside the existing compat-harness ignore (tests/compat/results/).

How to verify

  • git check-ignore tests/compat/pcap-replay/__pycache__ → prints the path (ignored).
  • git status is clean after running the pcap-replay scripts.

Risks

None — .gitignore-only; no tracked file is __pycache__/*.pyc, so nothing currently tracked is affected.

@andrescera
andrescera merged commit f5b48b9 into main Jun 10, 2026
4 checks passed
@andrescera
andrescera deleted the chore/gitignore-pycache branch June 10, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant