readme .gitignore
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
__pycache__
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
bin/*.exe
|
||||
.DS_Store
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user