__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.venv/
venv/
env/

.lynx/
*.db
*.db-journal
*.db-wal
*.db-shm

.DS_Store
.idea/
.vscode/

# Locally generated by `lynx init` in the repo root — never commit.
/policy.yaml
/lynx.toml
/demo-workspace/
/data/

# Wheel/sdist build outputs
dist/
*.whl
*.tar.gz

# Internal working docs — research notes, planning, scratch.
# Never gets committed; see internal/README.md for what lives there.
/internal/

