insuranceai / .gitignore
prithvirajpawar's picture
added feedback system
1304d8f
raw
history blame contribute delete
885 Bytes
#custom
report endpoint for flagging bit response
.env
*.pdf
app copy.py
myenv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Environment variables
.env
# Logs
*.log
logs/
# Virtual environment
venv/
env/
*.venv
*.env/
# Dependency directories
pip-wheel-metadata/
*.egg-info/
.dist-info/
.Python
node_modules/
# Operating system files
.DS_Store
Thumbs.db
# Database files
# *.sqlite3
*.db
# ChromaDB files
chroma/
*.chroma
# chroma.sqlite3
# Hugging Face Spaces large files
.git-lfs*
# Temporary files
*.bak
*.swp
*.tmp
# IDE and editor settings
.idea/
.vscode/
*.code-workspace
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Build artifacts
build/
dist/
*.egg
*.whl
# Coverage reports
htmlcov/
.coverage
.tox/
.cache/
# Deployment files
*.pid
*.lock
*.sock
# Ignore any large files not tracked by Git LFS
!*.lfs