Files
mininglamp-ai--cider/.gitignore
T
2026-07-13 12:34:46 +08:00

28 lines
221 B
Plaintext

# Build
build/
dist/
*.egg-info/
*.bak
*.tmp
# Python
__pycache__/
*.pyc
*.pyo
*.a
deprecated
# C++ / CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.o
*.so
*.dylib
# IDE
.idea/
.vscode/
*.swp
.DS_Store