MorphStream / .gitignore
latark's picture
Super-squash branch 'main' using huggingface_hub
e53235c
raw
history blame
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