-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·48 lines (38 loc) · 788 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·48 lines (38 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# PlatformIO
.pio
# VS Code
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
# Sensitive files (contain passwords/API keys)
assets/config.ini
# Font binaries and source fonts (too large for git)
assets/fonts/*.ttf
assets/fonts/*.ttc
assets/fonts/*.otf
assets/fonts/*.TTC
assets/fonts/*.bin
output/*.bin
# Release artifacts are uploaded to GitHub Releases, not committed
release/**/*.bin
release/**/*.zip
# Book files (copyrighted content)
assets/books/*.txt
assets/books/*.txt.pos
assets/books/*.txt.bm
*.epub
# Generated/temporary images
assets/*.png
# macOS
.DS_Store
**/.DS_Store
# PyInstaller build artifacts
dist/
build/
*.spec
.venv*/
# Dictionary source (too large for git, ~851MB)
sd_card/dict/stardict.db
# Boot log
boot_log.txt