Remakes Build Process and Dependency Management

This commit is contained in:
2024-06-24 00:28:57 -03:00
parent 5039a7f3ac
commit 9fbb8da6bf
12 changed files with 395 additions and 686 deletions

60
.gitignore vendored
View File

@@ -1,16 +1,58 @@
build/
.vscode
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyc
# C extensions
*.so
*.c
yoshi_seals.egg-info/
.secret
# Environment variables
.env
.secret
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
wheelhouse/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# IDE
.idea/
.vscode/