mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/.cache
|
||||
/.vscode
|
||||
/build
|
||||
/debug
|
||||
/release
|
||||
/clang
|
||||
/clangdbg
|
||||
/packages
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.log
|
||||
compile_commands.json
|
||||
*_generated.h
|
||||
*~
|
||||
__pycache__
|
||||
/target
|
||||
Reference in New Issue
Block a user