Skip to content

Commit 656ecba

Browse files
repo: Add gitignore file
__pycache__ files are generated when running signal xml parse scripts. Add gitignore file to avoid these being committed. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 95f3c67 commit 656ecba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__pycache__/
2+

0 commit comments

Comments
 (0)