chore: initialize screenjob project baseline

This commit is contained in:
Space-Banane
2026-05-27 17:31:49 +02:00
commit 84b0df520c
9 changed files with 1045 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual envs
.venv/
venv/
env/
# Secrets
.env
# Runtime artifacts
screenjob_runs/
result.json
# IDE
.vscode/
.idea/