.gitignore 134 字节
Newer Older
1 2 3 4 5
# Build
build/
output/

# Cache
6
__pycache__/
7 8 9 10 11 12 13 14 15
.ccls-cache/

# Editor and IDE Config
.vscode/
.vs/
.idea/

# CMake
compile_commands.json