initial release

This commit is contained in:
Siavash Sameni
2025-08-29 08:17:52 +04:00
commit f55b4468b3
8 changed files with 690 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Binaries and build dirs
bin/
build/
dist/
# Common local binaries (if built into tree)
cmd/**/nftcache
# Coverage / test reports
coverage/
cover*
*.cover
*.coverprofile
*.cov
*.lcov
coverage.*.out
# Profiling / debug data
*.pprof
cpu.prof
mem.prof
heap.prof
profile*
# Logs
logs/
*.log
# Environment files
.env
.env.local
.env.*
# Editor/OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Vendored deps (if ever used)
vendor/