Browse Source

Update .gitignore to exclude additional file types and directories

- Added 'libtorch/' to prevent tracking of specific library files.
- Included patterns for '*.pth' and '*.zip' to exclude model and archive files.
- Ensured proper formatting and consistency in the .gitignore file.
main
mckay 2 months ago
parent
commit
cbf6d83529
  1. 6
      .gitignore

6
.gitignore

@ -148,6 +148,7 @@ compile_commands.json
CTestTestfile.cmake
_deps/
build/
libtorch/
# Logs
*.log
@ -162,4 +163,7 @@ logs/
.idea/
*.swp
*.swo
*~
*~
*.pth
*.zip
Loading…
Cancel
Save