Skip to content

Commit 37e36df

Browse files
committed
lib/lvgl: Update .gitignore to exclude Python cache and build artifacts.
1 parent b223424 commit 37e36df

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
@@ -6,3 +6,17 @@ yacctab.py
66
*.bak
77
.history
88
.vscode
9+
10+
# Python cache files
11+
__pycache__/
12+
*.pyc
13+
*.pyo
14+
*.pyd
15+
16+
# Build artifacts
17+
build/
18+
*.pp
19+
*.pp.c
20+
21+
# Test files
22+
test_*/

0 commit comments

Comments
 (0)