restructure the quicktool folder

This commit is contained in:
Tiger Ren 2024-10-19 22:23:41 +08:00
parent 711e8704bf
commit 5e9ea3ebea
42 changed files with 46 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@ -0,0 +1,46 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~
# Operating System Files
.DS_Store
Thumbs.db
# Logs and databases
*.log
*.sqlite3
# Other
.env
.coverage
htmlcov/

BIN
bins/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
temp
View File