summarizer / .gitignore
spacesedan's picture
Add application file
5dbee9b
raw
history blame contribute delete
491 Bytes
# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyo
*.pdb
*.egg-info/
*.log
# Ignore virtual environments
venv/
env/
pip-log.txt
pip-delete-this-directory.txt
# Ignore local Hugging Face cache (to avoid unnecessary large files)
.huggingface/
.cache/
datasets/
# Ignore Docker build artifacts
*.dockerignore
*.tar
*.img
*.iso
.DS_Store
# Ignore Hugging Face Space build files
logs/
output/
tmp/
config.json
hf-token
# Ignore system files
Thumbs.db
.DS_Store
.idea/
.vscode/