MoodSyncAI / .gitignore
vijesh418
Initial commit: MoodSyncAI multi-modal sentiment analyser
1f07aba
raw
history blame contribute delete
385 Bytes
# Virtual environments
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.pytest_cache/
# Hugging Face / model caches
hf_cache/
.cache/
# Logs
*.log
install.log
# Dev / scratch scripts (uncomment to keep them local-only)
_warmup.py
_smoke_features.py
_verify_requirements.py
# IDE
.vscode/
.idea/
*.swp
.DS_Store
# Build artifacts
build/
dist/
*.spec