25 lines
320 B
Plaintext
25 lines
320 B
Plaintext
# Reference clone of upstream ik_llama (IQK source) - not part of this repo
|
|
ik_llama/
|
|
|
|
# Build output (regenerate with cmake)
|
|
build/
|
|
*/build/
|
|
|
|
# CMake / compiler artifacts
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
*.o
|
|
*.so
|
|
*.a
|
|
|
|
# Python / editor noise
|
|
__pycache__/
|
|
*.pyc
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
.DS_Store
|