mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-16 17:00:12 +00:00
* chore(script): add set version script (cherry picked from commita9cc3f9bc4) (cherry picked from commit9b7834e9ca) * chore(mypy): fix (cherry picked from commitecd4369fef) (cherry picked from commit4ddfdf0fa6) * chore: fix ignore (cherry picked from commit1d6736ba52)
51 lines
516 B
Plaintext
51 lines
516 B
Plaintext
.venv
|
|
.env
|
|
.uv-cache
|
|
.dist
|
|
|
|
/models/
|
|
/tiktoken_cache/
|
|
/local_data/
|
|
|
|
settings-me.yaml
|
|
|
|
.ruff_cache
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.dmypy.json
|
|
control/**
|
|
|
|
# byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# unit tests / coverage reports
|
|
/tests-results.xml
|
|
/.coverage
|
|
/coverage.xml
|
|
/htmlcov/
|
|
|
|
# pyenv
|
|
/.python-version
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
/.run/
|
|
.fleet/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Celery
|
|
celery_backend.db
|
|
celery_flower.db
|
|
celery.exchange
|
|
celery.pidbox.exchange
|
|
|
|
# Coverage
|
|
.coverage.*
|
|
|
|
# Websearch cache
|
|
.cache/
|