# Build
build/
dist/
*.egg-info/
.eggs/

# Env
.venv/
venv/
.history/
# Caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets
.env

# Local evaluation notebooks (may contain credentials)
packages/sag/examples/03_staged_storage_refactor_evaluation.ipynb

# Local browser QA artifacts
output/playwright/

# Local data dir (default DATA_DIR: SQLite + LanceDB)
.zleap/
.zleap-example/

# Example run artifacts (05_extract_and_search.py outputs)
extracted_events.json
result_selected.json
result_scored.json

# Internal docs are kept out of the repo (see ../zleap-docs)
docs/

# OS
.DS_Store
notebook_test
.history
