OpenSorus / .gitignore
halfacupoftea's picture
Optimize retriever and agent for context aware responses
ccded5c
raw
history blame
595 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
dist/
downloads/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# pyenv
.python-version
# pipenv
pipenv.lock
# Poetry
poetry.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# dotenv environment variables file
.env
.env.* # e.g. .env.local, .env.production
# virtual environments
venv/
ENV/
env/
env.bak/
venv.bak/
# VS Code settings
.vscode/