Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 0 additions & 18 deletions .env.template

This file was deleted.

57 changes: 46 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,52 @@
__pycache__/
*.pyc
*.pyo

# Environment / secrets
.env
__pycache__
cache
output
.venv
.vscode
.env.*

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Local dev tooling
.pre-commit-config.yaml
.github/

# Local planning / review docs (not part of the SDK)
GraphRAG-SDK Planning*
Architecture-Review-Suggestions.md
GraphRAG-SDK-v2-Infrastructure-Blueprint.md
GraphRAG-SDK-v2-Target-Architecture.md
Merged-Indexing-Strategy-Implementation-Plan.md
Novel-Retrieval-Implementation-Guide.md
Novel-Techniques-Proposal.md
Production-Readiness-Review.md
RAG-Architecture-Comparison.md
RECOMMENDATIONS.md
REVIEW-REPORT.md
SDK_BUG_REPORT.md
UI_FEEDBACK.md

logs
falkordb-data
weaviate-data
.deepeval_telemtry.txt
# Presentations / binary docs
*.odp
*.pptx
*.pdf

.claude
# Local example scripts (not part of the SDK package)
example.py
example_*.py

# Build artifacts
# Build / dist
dist/
build/
*.egg-info/
*.egg
32 changes: 0 additions & 32 deletions .readthedocs.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .spellcheck.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .wordlist.txt

This file was deleted.

134 changes: 0 additions & 134 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading
Loading