Files
netswitch/.gitignore
T
engel 876b2c72bc chore: cut GitHub, make netswitch Gitea-only
- relink README/CHANGELOG/pyproject/SECURITY to git.engelgardt23.ru
- update-check + badges point to Gitea; rename GITHUB_REPO -> REPO
- port CI to .gitea/workflows (self-contained, publishes Gitea release)
- remove .github (workflow + issue templates); drop made-by lines
2026-06-01 12:58:03 +03:00

27 lines
477 B
Plaintext

# 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*/
# Stray standalone exe (we never commit binaries — they live in Gitea releases)
*.exe
# Local backup of release archives (kept locally for history, not in repo)
releases/
# Editor / OS junk
.vscode/
.idea/
.DS_Store
Thumbs.db