dhcpsrv/.gitignore

23 lines
388 B
Text

# PyInstaller build artifacts
build/
dist/
*.spec
# Python cache
__pycache__/
*.py[cod]
# Local build cache (prod/test/old portable folders per version)
builds/
# Legacy staging folders (kept for compatibility with old checkouts)
portable-v*/
# Local backup of release archives (kept locally for history, not in repo)
releases/
# Editor / OS junk
.vscode/
.idea/
.DS_Store
Thumbs.db