# 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/