mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
The html += statement was outside the else block, causing a syntax error. Fixed by properly indenting it inside the else block.
64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Secrets
|
|
config/config_secrets.json
|
|
config/config.json
|
|
config/config.json.backup
|
|
config/wifi_config.json
|
|
credentials.json
|
|
token.pickle
|
|
|
|
# Environment
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
venv*/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
emulator_config.json
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
|
|
# Cache directory (root level only, not src/cache which is source code)
|
|
/cache/
|
|
|
|
# Development plugins directory (contains symlinks to plugin repos)
|
|
# Plugins are installed via plugin store, not bundled with main repo
|
|
# Allow git submodules
|
|
plugins/*
|
|
!plugins/.gitkeep
|
|
!plugins/odds-ticker/
|
|
!plugins/clock-simple/
|
|
!plugins/text-display/
|
|
!plugins/basketball-scoreboard/
|
|
!plugins/soccer-scoreboard/
|
|
!plugins/calendar/
|
|
!plugins/mqtt-notifications/
|
|
!plugins/youtube-stats/
|
|
!plugins/olympics-countdown/
|
|
!plugins/ledmatrix-stocks/
|
|
!plugins/ledmatrix-music/
|
|
!plugins/static-image/
|
|
!plugins/football-scoreboard/
|
|
!plugins/hockey-scoreboard/
|
|
!plugins/baseball-scoreboard/
|
|
!plugins/christmas-countdown/
|
|
!plugins/ledmatrix-flights/
|
|
!plugins/ledmatrix-leaderboard/
|
|
!plugins/ledmatrix-weather/
|
|
!plugins/ledmatrix-news/
|
|
!plugins/ledmatrix-of-the-day/
|