Skip to content

Commit c35abc3

Browse files
committed
gitignore
1 parent 7732158 commit c35abc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __pycache__/
1212
# Distribution / packaging
1313
.Python
1414
build/
15+
_build/
1516
notebooks/_build/
1617
develop-eggs/
1718
dist/
@@ -131,3 +132,6 @@ dmypy.json
131132

132133
# Pyre type checker
133134
.pyre/
135+
136+
# IDEs
137+
.vscode/

0 commit comments

Comments
 (0)