43 lines
894 B
Plaintext
43 lines
894 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/
|
|
# The packaged skill bundles under graphify/skills/ are generated, committed
|
|
# artifacts (rendered by tools/skillgen). Keep them tracked even though the
|
|
# broad skills/ rule above ignores install-target skill dirs elsewhere.
|
|
!graphify/skills/
|
|
!graphify/skills/**
|
|
# The skillgen core fragments are the human-edited source of the lean SKILL.md.
|
|
# A global "core" ignore (for core dumps) would otherwise drop them.
|
|
!tools/skillgen/fragments/core/
|
|
!tools/skillgen/fragments/core/**
|
|
docs/superpowers/
|
|
.vscode/
|
|
.kilo
|
|
openspec/
|
|
# Local benchmark scripts — never commit
|
|
scripts/run_k2_*.py
|
|
scripts/llm.py
|
|
scripts/benchmark_kimi*.json
|
|
scripts/benchmark_kimi*.py
|
|
paper/
|
|
|
|
# macOS Finder metadata
|
|
.DS_Store
|