readme .gitignore

This commit is contained in:
Muzhen Gaming
2025-12-05 15:25:29 +08:00
parent d9fc7d4b61
commit 7021a12a36
2 changed files with 8 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__
build/
dist/
*.spec
bin/*.exe
.DS_Store

View File

@@ -1,5 +1,7 @@
**Background Vision Agent (Windows)**
PROOF OF CONCEPT.
- One-command setup/run: `powershell -ExecutionPolicy Bypass -File .\run.ps1`
- Requires Python 3.11+ for source-based run. Configure your API key in `bg_agent/config.py` or via the `OPENAI_API_KEY` env var.
- Runs hidden (uses `pythonw.exe`) and listens for global hotkeys.