@@ -78,11 +78,37 @@ debug
7878local- * .yaml
7979local- * .yml
8080
81+ # Development and internal documentation files
82+ docs /binary-protocol-specification.md
83+ docs /concurrency-patterns-demo.go
84+ docs /configuration-driven-multivm.md
85+ docs /consistent-hashing-deep-dive.md
86+ docs /context-examples.go
87+ docs /cuckoo-filter-internals.md
88+ docs /distributed-architecture-plan.md
89+ docs /distributed-persistence-plan.md
90+ docs /filter-integration-summary.md
91+ docs /hash-ring-foundation-complete.md
92+ docs /hash-ring-implementation-summary.md
93+ docs /implementation-guide.md
94+ docs /implementation-plan.md
95+ docs /implementation-roadmap.md
96+ docs /KNOWN_ISSUES.md
97+ docs /logging-quick-guide.md
98+ docs /memory-pressure-examples.go
99+ docs /method-receiver-examples.go
100+ docs /persistence-file-locations.md
101+ docs /production-polish-roadmap.md
102+ docs /raft-consensus-deep-dive.md
103+ docs /redis-cli-testing-guide.md
104+ docs /resp-protocol-specification.md
105+ docs /session-overflow-scenario.go
106+
81107# Binary File
82108. /main
83109
84110# Test Results
85111test-results /
86112
87113# Benchmark Results
88- benchmark-results /
114+ benchmark-results /
0 commit comments