Skip to content

Commit 980dbb6

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 aa294ff commit 980dbb6

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)