llm_ignore/

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Generated test fixtures (re-created by tests/seed_fixtures.py)
tests/fixtures/data/

# pyllym.bdd generated output (re-created from .toml specs; never hand-edit)
tests/generated/
*.plan.json
BRIEF_*.md

# Workflow isolated worktrees (scratch; auto-created by Agent isolation)
.claude/worktrees/
