Skip to content

Commit d546a2a

Browse files
committed
🔧 .gitignore: Ignore local/ scratch directory
The `local/` directory at the repo root holds local files that do belong in the repo directory but should never be committed.
1 parent 9966f44 commit d546a2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,6 @@ __marimo__/
208208

209209
# Temporary directory for testing via hatch
210210
.tmp/
211+
212+
# Local repo files
213+
local/

0 commit comments

Comments
 (0)