Ajustes em pyproject.toml e .gitignore para buildar pacote python

This commit is contained in:
2026-01-20 22:38:49 -03:00
parent aff0446458
commit 9896f3fa3a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -8,3 +8,7 @@
.vscode
# Temp Folder
.temp/
# Packaging
*.egg-info/
dist/
build/