Initial commit: Complete pip-add package implementation

This commit is contained in:
PacNPal
2024-11-19 09:09:48 -05:00
parent ec39193430
commit 97c31df1d3
3 changed files with 72 additions and 1 deletions

35
.gitignore vendored
View File

@@ -1 +1,36 @@
# 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 Environment
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db