mirror of
https://github.com/Noettore/fattureCCSR.git
synced 2025-10-15 11:46:39 +02:00
Separated code in functions and modules. Replaced easygui with wxpython for lighter packaging with pyinstaller.
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -15,6 +15,13 @@ bin
|
||||
bin/*
|
||||
.ipynb_checkpoints
|
||||
.ipynb_checkpoints/*
|
||||
build
|
||||
build/*
|
||||
dist
|
||||
dist/*
|
||||
__pycache__
|
||||
__pycache__/*
|
||||
*.csv
|
||||
*.xml
|
||||
*.ipynb
|
||||
*.ipynb
|
||||
*.spec
|
Reference in New Issue
Block a user