baseline: existing strategy docs + system prompt + sample screenshot
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
venv/
|
||||
.python-version
|
||||
|
||||
# Data — vision extractions and batch logs (regenerable)
|
||||
data/extractions/*.json
|
||||
data/extractions/*.log
|
||||
data/extractions/rejected/
|
||||
data/extractions/_batch_*.md
|
||||
|
||||
# Screenshots — keep originals out of git (large binary, regenerable jurnal from CSV)
|
||||
screenshots/inbox/
|
||||
screenshots/processed/
|
||||
screenshots/needs_review/
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user