Skip to content

Commit 82f178c

Browse files
authored
Add os specific, linting, and cache files to gitignore
1 parent a17a27c commit 82f178c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ env/
1414
# Project-specific
1515
src/reachy_mini_dashboard/installed_apps/*
1616
examples/debug/measures/*
17+
18+
# macOS
19+
.DS_Store
20+
21+
# Linux
22+
*~
23+
.directory
24+
.Trash-*
25+
.nfs*
26+
27+
# Linting and formatting
28+
.ruff_cache/
29+
.mypy_cache/
30+
.pytest_cache/

0 commit comments

Comments
 (0)