.log
|
|
# Compilation artifacts
|
|
nimcache/
|
|
*.o
|
|
*.so
|
|
|
|
# Test / example binaries
|
|
tests/test_termimg
|
|
examples/demo
|
|
|
|
# Editor / OS
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|