Refactor setup.py: Removed unused imports, simplified code, and improved readability
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Do not commit binaries:
|
||||
*.exe
|
||||
*.msi
|
||||
*.msu
|
||||
*.msp
|
||||
*.deb
|
||||
*.rpm
|
||||
*.dmg
|
||||
*.pkg
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.msix
|
||||
*.msixbundle
|
||||
*.vsix
|
||||
*.iso
|
||||
*.jar
|
||||
*.cab
|
||||
*.zip
|
||||
*.7z
|
||||
*.tar*
|
||||
*.part
|
||||
|
||||
# Do not commit autogenerated WAPT files:
|
||||
**/WAPT/*.crt
|
||||
**/WAPT/*.sha256
|
||||
**/WAPT/*.sha1
|
||||
**/WAPT/*.psproj
|
||||
**/.vscode/
|
||||
*.pyc
|
||||
*.wapt
|
||||
.env
|
||||
|
||||
# Specific to this package (use ! as prefix to allow commit):
|
||||
Reference in New Issue
Block a user