mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-01 21:00:43 +00:00
Creates the API layer for Open Notebook Creates a services API gateway for the Streamlit front-end Migrates the SurrealDB SDK to the official one Change all database calls to async New podcast framework supporting multiple speaker configurations Implement the surreal-commands library for async processing Improve docker image and docker-compose configurations
52 lines
555 B
Text
52 lines
555 B
Text
notebooks/
|
|
data/
|
|
.uploads/
|
|
.venv/
|
|
.env
|
|
sqlite-db/
|
|
temp/
|
|
google-credentials.json
|
|
docker-compose*
|
|
.docker_data/
|
|
docs/
|
|
surreal_data/
|
|
surreal-data/
|
|
notebook_data/
|
|
temp/
|
|
*.env
|
|
|
|
# Cache directories (recursive patterns)
|
|
**/__pycache__/
|
|
**/.mypy_cache/
|
|
**/.ruff_cache/
|
|
**/.pytest_cache/
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.cache/
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|