diff options
Diffstat (limited to 'R2R/.gitignore')
| -rwxr-xr-x | R2R/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/R2R/.gitignore b/R2R/.gitignore new file mode 100755 index 00000000..95c247fa --- /dev/null +++ b/R2R/.gitignore @@ -0,0 +1,20 @@ +.env* +.DS_Store +*.gguf +logs/ +workspace/ +uploads/ +env/ +**/__pycache__ +dump/* +.next +node_modules + +coverage.xml +.coverage + +**/*.sqlite* +**/*.sqlite3* + +r2r/examples/data/* +.aider* |
