mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-13 10:57:13 +00:00
30 lines
376 B
Plaintext
30 lines
376 B
Plaintext
venv/
|
|
.venv/
|
|
env/
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.so
|
|
*.egg
|
|
.graphify/
|
|
graphify-out/
|
|
.graphify_*.json
|
|
.graphify_python
|
|
.claude/
|
|
skills/
|
|
docs/superpowers/
|
|
.vscode/
|
|
openspec/
|
|
uv.lock
|
|
# Local benchmark scripts — never commit
|
|
scripts/run_k2_*.py
|
|
scripts/llm.py
|
|
scripts/benchmark_kimi*.json
|
|
scripts/benchmark_kimi*.py
|