Skip to content

Commit c5ede4c

Browse files
committed
Add .inputs folder to gitignore
1 parent 59fc192 commit c5ede4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,7 @@ dmypy.json
160160
cython_debug/
161161

162162
# Precommit hooks: ruff cache
163-
.ruff_cache
163+
.ruff_cache
164+
165+
# Local files containing exploration data
166+
.inputs/

0 commit comments

Comments
 (0)