File tree Expand file tree Collapse file tree 1 file changed +49
-8
lines changed Expand file tree Collapse file tree 1 file changed +49
-8
lines changed Original file line number Diff line number Diff line change 1- build /
2- dist /
3- _build /
4- _generate /
1+ .DS_Store
2+
3+ # Ignore build directories
4+ /build /
5+ /cmake-build- * /
6+ /.cmake /
7+
8+ # Ignore CMake generated files
9+ CMakeCache.txt
10+ CMakeFiles /
11+ CMakeScripts /
12+ CTestTestfile.cmake
13+ cmake_install.cmake
14+ Makefile
15+
16+ # Ignore compiled object files
17+ * .o
18+ * .obj
19+ * .lo
20+ * .la
21+ * .al
22+
23+ # Ignore shared libraries
524* .so
25+ * .dylib
26+ * .dll
27+
28+ # Ignore static libraries
29+ * .a
30+ * .lib
31+
32+ # Ignore Python cache and compiled files
33+ __pycache__ /
634* .py [cod ]
7- * .egg-info
8- * env *
9- * .iml
10- .idea
35+
36+ # Ignore Pybind11 generated files
37+ * .pyd
38+
39+ # Ignore logs and temporary files
40+ * .log
41+ * .tmp
42+ * .swp
43+ * .swo
44+
45+ # Ignore user-specific files
46+ * .user
47+ * .DS_Store
48+ * .vscode /
49+ .idea /
50+
51+ .DS_Store
You can’t perform that action at this time.
0 commit comments