XD / .gitignore
Tabish009's picture
Create .gitignore
1d87cdb verified
raw
history blame
No virus
250 Bytes
# Python cache files
__pycache__/
*.pyc
# Virtual environments
venv/
env/
# IDE/Editor files
.vscode/
.idea/
# Logs
*.log
# Cached data
*.cache
# Hugging Face cache
huggingface_hub_cache/
# Streamlit cache
.streamlit/
# Miscellaneous
.DS_Store