aboutsummaryrefslogtreecommitdiff
path: root/R2R/.gitignore
blob: 95c247faf12d5ea1ec90e5e405bece5614c3e2cb (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.env*
.DS_Store
*.gguf
logs/
workspace/
uploads/
env/
**/__pycache__
dump/*
.next
node_modules

coverage.xml
.coverage

**/*.sqlite*
**/*.sqlite3*

r2r/examples/data/*
.aider*