GITGone v1.0 π
Simple. Private. No Hassles.
A lightweight Python backup tool that creates timestamped backups of your projects without any Git dependencies or cloud services. Your files stay on your machine, period. β¨ Why GITGone?
π 100% Private - No cloud, no Git, no external services
β‘ Zero Setup - Just Python, nothing else needed
π§Ή Smart Exclusions - Automatically skips junk files
π
Timestamped - Never overwrite previous backups
π― One Click - Run once, backup done
π Quick Start
Download GITGone.py to your project folder
Open terminal in that folder
Run: python GITGone.py
Find backup in Desktop/_BU/ProjectName_MM-DD-YY-HHMM/
That's it! π π What Gets Backed Up?
β Your actual code and files β Virtual environments (venv, .venv) β Cache files (pycache, *.pyc) β Git history (.git) β Node modules (node_modules) β Build outputs (build, dist, *.exe) β IDE files (.vscode, .idea) π‘οΈ Privacy First
No internet connection required or used
No cloud storage - everything stays local
No tracking - zero telemetry or analytics
No accounts - no sign-ups or registrations
Your data stays yours - period.
π§ Requirements
Python 3.6+ (that's it!)
No additional packages needed
π‘ Perfect For
Before risky code changes
End of coding sessions
Project milestones
"Just in case" moments
Sharing project snapshots
π― Philosophy
Sometimes you just need a simple backup without the complexity of Git, cloud services, or version control. GITGone does one thing well: creates clean, timestamped backups of your work that you can trust. π§ Questions?
Email: sggin1@gmail.com
Open Source | Free Forever | No Strings Attached
Made for anyone who value simplicity and privacy.
Want a standalone executable? Easy!
- Clone the repo:
git clone https://github.com/Sggin1/GitGone.git - Install PyInstaller:
pip install pyinstaller - Build:
pyinstaller --onefile GITGone.py - Find your exe in the
dist/folder
Works on Windows, macOS, and Linux!