mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 12:47:34 +08:00

- Update version in .env file to 1.5.04 - Add Mac-specific run_venv script to .gitignore - Enhance Cursor Auth platform detection with more precise sys.platform checks - Add maximum retry mechanism for email creation - Improve error handling and platform support in cursor_auth.py
50 lines
477 B
Plaintext
50 lines
477 B
Plaintext
__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
|
|
|
|
# Mac
|
|
run_venv.mac.command |