3v324v23's picture
Auto-deploy from GitHub
4418e3c
raw
history blame contribute delete
645 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
env/
uv/
# System files
.DS_Store
Thumbs.db
# Logs and debugging
*.log
# Environment variables
.env
*.env
# Python package dependencies
*.egg-info/
pip-log.txt
pip-delete-this-directory.txt
# IDE / Editor settings
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Generated files
wordcloud.png
wordcloud_output
extracted_entities
entities
mindmap.png
mindmap_output
# Gradio cache & config
gradio_cached_examples/
gradio/
# Hugging Face Transformers Cache
~/.cache/huggingface/
transformers_cache/
# Pytest cache
.pytest_cache/