This commit is contained in:
2025-10-01 12:07:25 +02:00
commit 34127035c5
9 changed files with 341 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# 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/