Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit repository #13

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Add a .gitignore file to make sure no files are cluttered
# when pushing to the git repo. I'm not here to teach you git, so it's your job
# to find out what this file does.

# Folder: output
output
output/
output/*

# Folder: build
build
build/
build/*

# Folder: pyinstaller
Pyinstaller
Pyinstaller/
Pyinstaller/*

# Folder: site-packages
site-packages
site-packages/
site-packages/*

# Dotfile: exe
*.exe

# A lot of stuff: I can't oraganize all of this
.vs
.vs/
.vs/*
__pycache__
__pycache__/
__pycache__/*
*.pyc
test.html
settings.json
wordlist.txt
# I mean what the heck even is worldlist ( wordlist)
*.ico
*.spec
bitcoinlib
bitcoinlib/
bitcoinlib/*
win32api
upx*
3 changes: 0 additions & 3 deletions .vs/ProjectSettings.json

This file was deleted.

Binary file not shown.
Empty file.
Binary file removed .vs/PyPrompt/v17/.wsuo
Binary file not shown.
Binary file removed .vs/PyPrompt/v17/Browse.VC.db
Binary file not shown.
3 changes: 0 additions & 3 deletions .vs/PythonSettings.json

This file was deleted.

7 changes: 0 additions & 7 deletions .vs/VSWorkspaceState.json

This file was deleted.

Binary file removed .vs/slnx.sqlite
Binary file not shown.
45 changes: 0 additions & 45 deletions PyPrompt.spec

This file was deleted.

70 changes: 0 additions & 70 deletions Pyinstaller/hooks/hook-sqlalchemy.py

This file was deleted.

77 changes: 0 additions & 77 deletions Pyinstaller/hooks/hook-sqlalchemyOG.py

This file was deleted.

Binary file removed __pycache__/admin.cpython-310.pyc
Binary file not shown.
Binary file removed __pycache__/speedtest.cpython-310.pyc
Binary file not shown.
Binary file removed __pycache__/wordlelist.cpython-310.pyc
Binary file not shown.
Binary file removed __pycache__/words.cpython-310.pyc
Binary file not shown.
Loading