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

# Env
.venv/
venv/

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

# Secrets
.env

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

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

# OS
.DS_Store
