47 lines
422 B
Plaintext
47 lines
422 B
Plaintext
# Compiled libraries and objects
|
|
*.a
|
|
*.a.*
|
|
*.aBK
|
|
*.abk
|
|
*.so
|
|
*.so.*
|
|
*.o
|
|
*.obj
|
|
*.lo
|
|
*.la
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.bin
|
|
|
|
# DLLs
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyd
|
|
|
|
# Build directories and artifacts
|
|
*build*/
|
|
*.o.d
|
|
*.o.cmd
|
|
|
|
# Test executables
|
|
Testing/
|
|
|
|
# IDE (keep only if team agrees; uncomment if needed)
|
|
# .vscode/
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Images/assets
|
|
图片/
|