MorphStream / .gitignore
latark's picture
Upload folder using huggingface_hub
e585476 verified
raw
history blame contribute delete
171 Bytes
# IDE
.idea/
.vscode/
*.swp
*.swo
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv
venv/
ENV/
# OS
.DS_Store
Thumbs.db
# Temp files
*.tmp
*.temp
*.log