context-extractor/.gitignore
ilia c91cd221d1
Some checks failed
CI / Lint + tests (push) Has been cancelled
Initial Context Extractor: extension + Playwright/Camoufox package
Ship a shared markdown/prompt core used by a Brave/Chrome MV3 extension and a Python automation API, with pytest coverage, CI, and packaging smoke.
2026-07-15 14:52:22 -04:00

13 lines
114 B
Plaintext

dist/
*.zip
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
*.egg-info/
node_modules/
.DS_Store
.coverage
htmlcov/