forked from nebhead/PiFire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·104 lines (62 loc) · 991 Bytes
/
.gitignore
File metadata and controls
executable file
·104 lines (62 loc) · 991 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
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
generated/
*.pyc
control.err.log
docs/restricted/
local/
settings.json
templates/backups/
test-startup.json
test-working.json
.vs/
.vscode/
.idea/
venv/
*.code-workspace
test.json
*.bak
*.bak2
pelletdb.json
static/js/backups/
/history/
static/img/tmp/
recipes/recipe/
*.log
backups/
bin/
settings-v1.8.0.json
include/
lib/
share/
lib64
pyvenv.cfg
root-control.sh
venv-desktop.sh
venv-laptop.sh
dt.sh
lt.sh
pip_list.json
os_info.json
blueprints/example/
*.1
*.2
*.3
# Test files are included in the repository
# test_wled_suggested_presets.py
# WLED Discovery Test Files - Do not commit
test_wled_suggested_presets.py
manual_wled_test.py
test_wled_api_format.py
test_pifire_wled_integration.py
test_wled_final.py
debug_wled_discovery.py
test_wled_api.py
test_wled_ui.html
wled_discover_standalone.py
# Other test/debug files
debug_server_status.html
test_server_status.py
# General patterns for test files
test_*.py
debug_*.py
debug_*.html
*_test.py