Files
R2R/.gitignore
T
Nolan Tremelling 80b253a364 Restructure Docker Folder (#2011)
* Restructure docker

* Remove old compose files

* Postgres and dashboard

* Move to scripts

* More cleanups on the full

* More

* Add full env
2025-03-02 23:49:20 -08:00

50 lines
488 B
Plaintext

js/sdk/**/*.js
js/tests/*
**/.DS_Store
*.env
!docker/env/postgres.env
!docker/env/r2r.env
!docker/env/r2r-full.env
!docker/env/r2r-dashboard.env
.DS_Store
*.gguf
logs/
workspace/
py/workspace/
uploads/
env/
**/__pycache__
**/.mypy_cache
**/.pytest_cache
dump/*
.next
node_modules
.idea
coverage.xml
.coverage
**/*.sqlite*
**/*.sqlite3*
node_modules/
dist/
**/.data/*
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
go.work
go.work.sum
.vscode/
.python-version
.ruff_cache/
*.egg-info
.venv