# Local implementation plan (not pushed)
.plan/

# Cursor IDE rules/skills (local only)
.cursor/

# Maintainer / agent tooling (local only)
agent.md
docs/RELEASING.md
scripts/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Example output (generated by examples/04_batch_jsonl.py)
examples/data/results.jsonl

# Secrets
.env
.env.*

# IDE
.idea/
.vscode/
*.swp
.DS_Store
