Skip to content

Commit 7f4e1a4

Browse files
Added repository gitignore to ignore python __pycache__
Added repository level gitignore to avoid committing __pycache__ files Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent ebf3d15 commit 7f4e1a4

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)