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

# Virtual envs
.venv/
venv/
env/

# uv
.uv/

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

# Apexgraph sidecar cache + runtime artifacts
.apexgraph/
.graphex/
graphify-out/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp

# slurp audit log (created when running the comparison bench from here)
.slurp/
# local, machine-specific comparison artifacts (absolute paths)
bench/compare_graphify.py
bench/_clean_eval.py
bench/results_graphify.json
bench/_graphify_vs_apexgraph.py
bench/_supabase_eval.py
