Skip to content

Commit 2830ada

Browse files
committed
MAINT: update .gitignore
1 parent 6993215 commit 2830ada

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
__pycache__/*
2-
autogen/__pycache__
3-
torch_np/__pycache__/*
4-
torch_np/tests/__pycache__/*
5-
torch_np/tests/numpy_tests/core/__pycache__/*
6-
torch_np/testing/__pycache__/*
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
74
.coverage
85

0 commit comments

Comments
 (0)