Inpaint-Anything / .gitignore
RysonFeng's picture
Update the demo of remove anything!
c331e65
Raw
History Blame Contribute Delete
111 Bytes
# Python byte code, etc.
__pycache__/
# C/C++ object files/libraries
*.o
*.so
# macOS
**/.DS_Store
# tmp
~*