mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-04-27 03:11:11 +00:00
32 lines
307 B
Plaintext
32 lines
307 B
Plaintext
.venv
|
|
.env
|
|
venv
|
|
|
|
settings-me.yaml
|
|
|
|
.ruff_cache
|
|
.pytest_cache
|
|
.mypy_cache
|
|
|
|
# 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
|