Initial public release: dhcpsrv v1.0.0 portable

This commit is contained in:
2026-05-16 00:47:52 +03:00
commit 88936f8faa
4 changed files with 579 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# PyInstaller build artifacts
build/
dist/
*.spec
# Python cache
__pycache__/
*.py[cod]
# Distribution staging folders (built per-version, attached to GitHub Releases)
portable-v*/
# Local backup of release archives (kept locally for history, not in repo)
releases/
# Editor / OS junk
.vscode/
.idea/
.DS_Store
Thumbs.db