From b688b67c261d1000b086312fdd6be3f6c2a7d3cb Mon Sep 17 00:00:00 2001 From: Pin Studios Date: Tue, 25 Feb 2025 12:23:45 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5c78cd5..2370adc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,47 @@ -cursor_accounts.txt -/venv -/__pycache__ -dist -build +__pycache__ +server/ +venv/ +check_license.py +cursor_modifier.py +reset_machine.py +Run_Venv.bat +token_monitor.py +get_mac.py +.gitignore +build.bat +build.mac.command +build.py +build.sh +ENV/ + install.bat run.bat + temp_account_info.txt + +.env copy + +# PyInstaller +build/ +dist/ +*.spec2 + +credentials.txt +cursor_accounts.txt +recaptcha.py +install_requirements.bat + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Project specific +*.log +*.db +*.sqlite3