sbaiiinfo / .gitignore
Sujal Bhat
Initial commit without large files
35d7369
raw
history blame
499 Bytes
# Virtual environment
venv/
env/
.venv/
#pdf files for generating embeddings
resources/
# Python cache files
__pycache__/
*.py[cod]
# Environment variables
.env
# Local development settings
.idea/
.vscode/
# OS generated files
.DS_Store
Thumbs.db
# Logs
*.log
# Distribution / packaging
dist/
build/
*.egg-info/
# Jupyter Notebook
.ipynb_checkpoints
# pytest
.pytest_cache/
# mypy
.mypy_cache/
# Coverage reports
htmlcov/
.coverage
# Chainlit files
.chainlit/
# Editor history
.history/