Skip to content

Commit d5d744f

Browse files
authored
Add gitignore
Add .gitignore file, exclude "build" and "__pycache__" directories
1 parent 4f83680 commit d5d744f

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+
**/build
2+
**/__pycache__

0 commit comments

Comments
 (0)