Update .gitignore

This commit is contained in:
Pin Studios 2025-02-25 12:23:45 +08:00 committed by GitHub
parent 3543615a69
commit b688b67c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

49
.gitignore vendored
View File

@ -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