Skip to content

Commit e8b25b7

Browse files
authored
Merge pull request #30 from fsecada01/feature/rust-core-v2
TextSpitter 2.0: Rust/PyO3 core (encoding, normalization, token counting, chunking)
2 parents f0fa66b + 5b8bd1b commit e8b25b7

20 files changed

Lines changed: 2765 additions & 60 deletions

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,15 @@ labs
77
.venv
88
*.7z
99
*.env
10-
*.egg*/
10+
*.egg*/
11+
12+
# Rust / Maturin build artifacts
13+
target/
14+
*.pyd
15+
*.pdb
16+
*.so
17+
18+
# IDE / tool state
19+
.idea/
20+
.serena/
21+
claudedocs/

0 commit comments

Comments
 (0)