forked from theohg/PD240W
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (98 loc) · 2.83 KB
/
.gitignore
File metadata and controls
111 lines (98 loc) · 2.83 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# ============================================================================
# Build outputs (exclude these as they're auto-generated)
# ============================================================================
build/*
*.elf
*.bin
*.hex
*.uf2
*.map
*.lst
*.o
*.a
*.d
*.su
# Track the pre-built firmware binary in the build directory
!build/PD240W.uf2
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
# ============================================================================
# macOS files
# ============================================================================
.DS_Store
.AppleDouble
.LSOverride
# ============================================================================
# VSCode (Ignore everything except extensions.json)
# ============================================================================
.vscode/*
!.vscode/extensions.json
*.code-workspace
.history/
# ============================================================================
# Editor backup and temp files
# ============================================================================
*~
*.swp
*.swo
*.tmp
*.bak
*.orig
\#*\#
.#*
# ============================================================================
# Debugging and profiling
# ============================================================================
*.log
*.dmp
core
vgcore.*
callgrind.*
gmon.out
# ============================================================================
# Python (if using any build scripts)
# ============================================================================
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
*.egg-info/
# ============================================================================
# Documentation build outputs
# ============================================================================
doc/html/
doc/latex/
doxygen_warnings.txt
# ============================================================================
# IDE specific
# ============================================================================
# CLion
.idea/
cmake-build-*/
# Eclipse
.cproject
.project
.settings/
# ============================================================================
# Pico SDK specific
# ============================================================================
# Keep pico_sdk_import.cmake
# generated/ # Uncomment if you have auto-generated files
# ============================================================================
# CLAUDE Code & Agent
# ============================================================================
CLAUDE.md
DEVELOPMENT_PLAN.md
.claude
UNIT_TEST.md
DEV_CONTAINER.md
# ============================================================================
# Custom project files
# ============================================================================
tools/clean_logo.py
tools/convert_png_to_c.py
PCB_files/