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

# Virtual environment
.venv/

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

# Generated documentation
docs/_build/

# Generated topology-viewer vendored assets (written next to gen-graph
# output by pyvis; not source)
lib/

# Claude Code local session state (not part of the published platform)
.claude/

# Local experiment workspace: queued/expanded experiments, run outputs,
# analysis results, generated graphs -- these are the user's own study
# data, not part of the royalflushlab package itself.
study/

# Editors/IDE
.vscode/
.idea/

# Kept local only, not published: internal handoff/status logs and the
# private algorithms specification source.
/IMPLEMENTATION_REPORT.md
/IMPLEMENTATION_STATUS.md
/algorithms.tex
