Files
screenjob/.gitignore
Space-Banane 114ddd80d6
All checks were successful
CI / test (push) Successful in 7s
Add Windows service host and system tray controller
2026-05-28 13:30:27 +02:00

28 lines
283 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual envs
.venv/
venv/
env/
# Secrets
.env
# Runtime artifacts
screenjob_runs/
result.json
screenjob.db
# IDE
.vscode/
.idea/
# Service host build/publish artifacts
service_host/**/bin/
service_host/**/obj/
service_host/publish/