dilbot_hackathon / .gitignore
ZunairaHawwar's picture
Create .gitignore
f29e638 verified
raw
history blame contribute delete
312 Bytes
# User data and security
users.json
.secure_data/
users/
*.mp3
*.wav
# Environment variables
.env
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.env
.venv/
venv/
ENV/
# Jupyter Notebook
.ipynb_checkpoints
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Model cache
.cache/
models/