__pycache__/
*.pyc
*.pyo

# Environment / secrets
.env
.env.*
!.env.example

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

# OS files
.DS_Store
Thumbs.db

# Local dev tooling (keep .github/ and .pre-commit-config.yaml tracked)

# Marketing / launch materials (local only)
marketing/

# Internal presentation
docs/architecture-slides.html

# 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

# Presentations / binary docs
*.odp
*.pptx
*.pdf

# Local bug reproduction scripts
bugs/

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

# Virtual environments
.venv/
.venv-*/
venv/

# Build / dist
dist/
build/
*.egg-info/
*.egg
