Feelings_to_Emoji / .gitignore
Dan Mo
Add script to generate and save embeddings for models
cfb0d15
raw
history blame contribute delete
695 Bytes
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Distribution / packaging
dist/
build/
*.egg-info/
# Virtual environments
venv/
env/
ENV/
# Jupyter Notebook
.ipynb_checkpoints
# VS Code
.vscode/
*.code-workspace
# PyCharm
.idea/
# Logs
*.log
logs/
# OS specific files
.DS_Store
Thumbs.db
desktop.ini
# Environment variables
.env
.env.local
# Temporary files
*.swp
*.swo
*~
.temp/
# NOTE: We're keeping the embeddings/*.pkl files since they're pre-generated
# for faster startup. They're managed by Git LFS as specified in .gitattributes.
# Gradio specific
gradio_cached_examples/
flagged/
# Local development files
.jupyter/
.local/
.bash_history
.python_history