# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Misc local working artifacts
*.swp
.vscode
build
third_party
Testing
tmp
.cache
CMakePresets.json

# python
.venv
__pycache__
*.pyc
*.pyo
*.pyd
*.egg-info

# agents
.claude
.codex
.agents
