Skip to content

Commit 681c373

Browse files
committed
update .gitignore
1 parent 72d073b commit 681c373

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# Data related to benchmark!
44
benchmarking/Data*
55
benchmarking/results*
6-
6+
dlclive/check_install/dlc-live-tmp*
77
*test*
88
**DS_Store*
99
*vscode*
1010

1111
**/__MACOSX/
1212

13+
# Include tests directory (negate the *test* pattern for tests/)
14+
!tests/
15+
!tests/**
16+
1317
# Byte-compiled / optimized / DLL files
1418
__pycache__/
1519
*.py[cod]

0 commit comments

Comments
 (0)