Niranjan Sathish
Initial Commit
40d2f99
raw
history blame contribute delete
420 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment
.env
Chatbot.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Data (don't commit large files)
*.pkl
*.npy
*.idx
!Data/*.pkl
!Data/*.npy
!Data/*.idx
# Model cache
.cache/
model_cache/
---