TherapyNote / .gitignore
abagherp's picture
Upload folder using huggingface_hub
6830eb0 verified
raw
history blame contribute delete
556 Bytes
instruction.md
.env
*.pyc
.langchain.db
*.db
.gradio/*
.venv/*
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Gradio
.gradio/
flagged/
# Project specific
.env
.langchain.db
cache/
cache/*.db
config/credentials.yaml
# Data files
data/*.mp3
data/*.wav
data/*.aac
data/*.ogg
data/*.flac
!data/CBT Role-Play.mp3 # Include our sample audio file
# Logs
*.log