SatFetch / .gitignore
karansharmaworkspace's picture
Upload 68 files
f343f06 verified
Raw
History Blame Contribute Delete
348 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.venv/
venv/
env/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Data - raw source files (not needed at runtime, processed/ has pre-computed embeddings)
data/raw/
# Data - temp uploads
data/temp/
# HF Spaces cache
.huggingface/
# PyTorch / Model cache
~/.cache/torch/
~/.cache/huggingface/