-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (91 loc) · 1.62 KB
/
.gitignore
File metadata and controls
105 lines (91 loc) · 1.62 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
*~
/docs/html
/docs/latex
/docs/doxygen-awesome-css
components/
# Build outputs
.build/
.cached/
.profile-results/
build/
out/
emscripten/
*.o
# Profile test results
profile_*_results.json
profile_*_results.ai.json
callgrind.out.profile
# Misc
.DS_Store
Thumbs.db
# PlatformIO
.pio/
.pioenvs/
.piolibdeps/
.platformio/
.vscode/c_cpp_properties.json
.aider*
!.aider.conf.yml
!.aiderignore
ci/native/.vscode/
tmp/
firmware_sizes.csv
.aiderignore
uv.lock
.venv/
__pycache__
*.pyc
*.egg-info/
**/.mypy_cache/
**/.pytest_cache/
**/.ruff_cache/
ci/tmp/
ci/tests/output
# sometimes appears on windows during test compilation
ci/-
**/fastled_js
dist
ignore/
.env
# Node.js dependencies
node_modules/
activate
temp
.tools_cache
.cache
.logs
ci/ci/scrapers/screenshot
CMakeCache.txt
# JavaScript linting tools (generated by ci/setup-js-linting.py)
.js-tools/
.eslintcache
tmp.*
.ccache/
.pio_cache
compile_commands.json
# Voice detection calibration files (development-only, see src/fl/audio/TESTING.md)
tests/data/codec/voice_music_*.mp3
tests/data/codec/ground_truth.txt
tests/.build/
tests/.build-examples/
tests/.build-examples-*/
tests/example_compile_direct/
tests/example_compile_fastled_objects.dir/
tests/x64/
tests/bin
qemu_output.log
gdb*.txt
qemu-build
test_output.txt
ci/**/node_modules
# TypeScript compiled output (we run .ts directly with tsx)
ci/docker_utils/avr8js/*.js
# Docker build timestamp cache (persisted via GitHub Actions artifacts)
ci/docker_utils/.build_timestamps.json
examples/**/*.ino.cpp
./*.log
.loop
.fbuild/*
# WASM frontend build (Vite)
src/platforms/wasm/compiler/dist/
src/platforms/wasm/compiler/node_modules/