baseline: existing strategy docs + system prompt + sample screenshot

This commit is contained in:
Marius
2026-05-13 12:31:36 +03:00
commit 86f603efbd
7 changed files with 450 additions and 0 deletions

27
.gitignore vendored Normal file
View 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