Ignore the downloaded cdylib and run log
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
4bb6568 parent: 71c8e86 modified
.gitignore +2 -0 | @@ -1,3 +1,5 @@ | ||
| 1 | 1 | target/ |
| 2 | 2 | nim/app |
| 3 | 3 | nimcache/ |
| 4 | +*.so | |
| 5 | +run.log | |
| @@ -1,3 +1,5 @@ | |||
| 1 | target/ | 1 | target/ |
| 2 | nim/app | 2 | nim/app |
| 3 | nimcache/ | 3 | nimcache/ |
| 4 | +*.so | ||
| 5 | +run.log | ||