TradeNewsSum / .gitignore
lyutovad's picture
initial commit
5aad7bd
raw
history blame contribute delete
405 Bytes
# Python
__pycache__/
*.py[cod]
*.ipynb_checkpoints
*.DS_Store
# Temporary files
*.tmp
*.log
*.bak
*.swp
# VSCode / Jupyter
.vscode/
.ipynb_checkpoints/
.env
.venv
# OS metadata
Thumbs.db
Desktop.ini
# Hugging Face cache (local downloads)
~/.cache/huggingface/
# Do not ignore data/ — it's used for dataset splits
# But you can uncomment below if you don’t want to upload large CSVs
# data/*.csv