Skip to content

Commit 4760c89

Browse files
author
Cleora Team
committed
pycleora 3.2: Regenerated README, updated benchmarks, removed website from repo
1 parent ed5f952 commit 4760c89

52 files changed

Lines changed: 30 additions & 9221 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,33 @@
44
.idea
55
cleora-light-rust.iml
66
*.out
7-
*.so
7+
*.so
8+
9+
# Website (deployed separately)
10+
website/
11+
12+
# Replit-specific
13+
.replit
14+
replit.nix
15+
replit.md
16+
REPLIT.md
17+
.local/
18+
.cache/
19+
.upm/
20+
.config/
21+
.pythonlibs/
22+
__pycache__/
23+
*.pyc
24+
25+
# Build artifacts
26+
*.egg-info/
27+
dist/
28+
build/
29+
.eggs/
30+
31+
# Benchmark/test outputs
32+
*.npz
33+
*.csv
34+
*.tsv
35+
umap_plots/
36+
benchmark_results/

.replit

Lines changed: 0 additions & 44 deletions
This file was deleted.

replit.md

Lines changed: 0 additions & 154 deletions
This file was deleted.

website/app.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)