added docs and container (podman + docker) setup

This commit is contained in:
2025-10-13 01:28:52 +02:00
parent 67cca9854f
commit 1cccb4e603
16 changed files with 1918 additions and 5 deletions

36
.containerignore Normal file
View File

@@ -0,0 +1,36 @@
# Git
.git
.gitignore
# Documentation
*.md
!README.md
LICENSE
# Build artifacts
argparse-builder
argparse-builder-*
*.exe
*.dll
*.so
*.dylib
# Test files
*_test.go
test_*.go
# Development
.vscode
.idea
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Temp files
tmp/
temp/
*.tmp