Skip to content

Sggin1/GitGone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

πŸ”§ Creating Executables

Want a standalone executable? Easy!

  1. Clone the repo: git clone https://github.com/Sggin1/GitGone.git
  2. Install PyInstaller: pip install pyinstaller
  3. Build: pyinstaller --onefile GITGone.py
  4. Find your exe in the dist/ folder

Works on Windows, macOS, and Linux!

About

Simple project backup tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages