Initial import: clean snapshot from /home/olafn/infoscreen-dev (2025-10-25)

This commit is contained in:
RobbStarkAustria
2025-10-25 17:42:27 +02:00
commit 8ca9f69f6f
111 changed files with 8612 additions and 0 deletions

64
.gitignore vendored Normal file
View File

@@ -0,0 +1,64 @@
# .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