Files
FCES-native/.gitignore

55 lines
519 B
Plaintext

# Build directories
build/
cmake-build-*/
out/
# Compiled objects
*.o
*.obj
*.so
*.dylib
*.dll
*.pyd
*.a
*.lib
*.exe
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.vs/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps/
# Python extension build
python/build/
python/dist/
python/*.egg-info/
__pycache__/
*.pyc
# OS
.DS_Store
Thumbs.db
# libtorch download
libtorch/
# Local cache and artifacts
*.pt
scratch/
telemetry.log
telemetry.offset