
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/

# Packaging / tests / typecheck
build/
dist/
*.egg-info/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# uv lockfile (library package; optional to commit for reproducible dev CI)
uv.lock

# OpenAI credentials — keep private (see README)
psygen.json

# Local / generated full profiles at repo root
/linus.json

# CLI default merged JSON output
/output/
