makerspace / .gitignore
debbieyuen's picture
add gitattributes and gitignore
4dd4f87
raw
history blame contribute delete
464 Bytes
# macOS system files
.DS_Store
# Git LFS pointer file safety (optional if using Git LFS)
*.lfs
# Thumbnails or Finder previews
._*
# Xcode project user data (if you're using Xcode in this repo)
*.xcuserstate
*.xcuserdata/
# Backup files
*.swp
*.swo
*.bak
*~
# Python cache (if using training scripts)
__pycache__/
*.pyc
# VSCode settings (if you use it)
.vscode/
# Ignore system trash
.Trashes
# Ignore model artifacts not under version control
*.mlmodelc