Skip to content

Commit 971a244

Browse files
repo: add gitignore file
Add gitignore file to ignore __pycache__ file generated from python scripts running in repository Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent da6c141 commit 971a244

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)