Files
infoscreen-dev/.gitignore
RobbStarkAustria 82f43f75ba docs: refactor docs structure and tighten assistant instruction policy
shrink root README into a landing page with a docs map and focused contributor guidance
add TV_POWER_RUNBOOK as the canonical TV power rollout and canary runbook
add CHANGELOG and move project history out of README-style docs
refactor src README into a developer-focused guide (architecture, runtime files, MQTT, debugging)
prune redundant older HDMI docs and keep a canonical HDMI_CEC_SETUP path
update copilot instructions to a high-signal policy format with strict anti-shadow-README design rules
align references across docs to current files, scripts, and TV power behavior
2026-04-01 10:01:58 +02:00

140 lines
1.8 KiB
Plaintext

# .gitignore for infoscreen-dev workspace
# Ignore common python and workspace artifacts while keeping source files tracked
# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
env/
ENV/
# dotenv local overrides (leave .env if intentionally committed)
.env.local
.env.*.local
.env
# Logs and runtime files
logs/
*.log
simclient.log
simclient.log.*
# Screenshots and large runtime artifacts
screenshots/
presentation/*.cache
# Backup of nested src git metadata
src/.git.backup/
# Editor/IDE
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
*.swp
# OS files
.DS_Store
Thumbs.db
# Test / coverage
.pytest_cache/
.coverage
htmlcov/
# Build / packaging
build/
dist/
*.egg-info/
# Archives
*.tar.gz
*.zip
# Database files
*.sqlite3
*.db
# Misc
*.bak
*.old
## Additional patterns merged from src/.gitignore
# C extensions
*.so
# Distribution / packaging (additional common entries)
.Python
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg
MANIFEST
.installed.cfg
# Additional virtualenv backups
env.bak/
venv.bak/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Devcontainer settings
.devcontainer/
# Docker override
docker-compose.override.yml
# Unit test / coverage extras
.tox/
.nox/
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
# Type checker caches
.mypy_cache/
.dmypy.json
.pyre/
# Profiling data
.prof
# CSV/Excel/other data files
*.csv
*.tsv
*.xls
*.xlsx
# Own modifications and runtime files inside src
current_event.json
last_event.json
simclient.log*
config/
presentation/
screenshots/
logs/
# Safety: ensure nested git backups are not re-added
.git.legacy_backup*
src/pi-dev-setup-new.sh
src/current_process_health.json
src/power_intent_state.json
src/power_state.json