# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Tool caches
.hypothesis/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Editor
.vscode/
.idea/
.DS_Store

# Runtime side effects
# pypath writes a log directory wherever the process is invoked.
pypath_log/
# OS-level cache override; the real cache lives under ~/.cache/phosphograph/
.cache/phosphograph/

# Generated graph artifacts (CLI output) at repo root.
# (Project files under phosphograph/, tests/, docs/ are NOT ignored — these
# patterns only match top-level files.)
/*.graphml
/*.gexf
/*.cyjs
/*.parquet
/*.svg
/*.pdf
/*.png
/*.pkl
/conflicts.tsv
