started on new link agnet with tools

This commit is contained in:
2026-04-06 21:44:25 +02:00
parent ce6aceada0
commit 6cda9ceddb
3 changed files with 396 additions and 0 deletions

64
.gitignore vendored Normal file
View File

@@ -0,0 +1,64 @@
#Ignore thumbnails created by Windows
Thumbs.db
#Ignore files built by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
.klocwork
.vs
[Dd]ebug
#General build files
*.obj
*.tmp
*.o
*.d
*.exe
#default log
out.txt
#input files
*.ngc
#Python
*.pyc
#emacs saves
*~
\#*
#test-bench builds
[Ll]ib
*_tests
#\.vscode #migth be good to save settings, but it is also a bit of a mess
build/
#drawio backups
*.bkp
*.dtmp
\scans
# Environment variables (secrets)
.env
.env.local
# virtual environments
venv/