# Nim compiler cache nimcache/ nimcache_*/ nimcache.* # Nimble package manager cache and build metadata nimblecache/ nimbledeps/ *.nimbledir/ *.nimblecache *.nims.lock *.nimsbak # Build outputs bin/ build/ htmldocs/ jsondocs/ # Compiled binaries and objects *.exe *.dll *.lib *.obj *.o *.so *.dylib *.a *.pdb *.ilk *.map # Logs and temporary files *.log *.out *.err *.tmp *.temp # Editor and tool artifacts *.swp *~ .DS_Store Thumbs.db .idea/ .vscode/ project.nimcache/