SynthesizeAIWS25 / .gitignore
tancilon's picture
add .gitignore file
c008041
raw
history blame contribute delete
621 Bytes
# ===============================
# Large dataset files (DO NOT git)
# ===============================
images/
rgb/
depth/
depths/
masks/
seg/
nocs/
normal/
pointclouds/
pcd/
*.png
*.jpg
*.jpeg
*.tiff
*.exr
*.npz
*.npy
*.h5
*.hdf5
*.bin
*.tar
*.tar.gz
*.zip
# ===============================
# Generated / cache
# ===============================
__pycache__/
*.log
*.tmp
.cache/
.ipynb_checkpoints/
# ===============================
# OS / Editor
# ===============================
.DS_Store
Thumbs.db
.idea/
.vscode/
# ===============================
# Secrets
# ===============================
*.key
*.pem
*.env
*.obj