mirror of
https://github.com/Noettore/fattureCCSR.git
synced 2025-10-14 19:26:39 +02:00
32 lines
361 B
Plaintext
32 lines
361 B
Plaintext
# ---> Go
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
|
|
# ---> VisualStudioCode
|
|
.settings
|
|
*.code-workspace
|
|
.vscode
|
|
|
|
# Directories and files
|
|
bin
|
|
bin/*
|
|
.ipynb_checkpoints
|
|
.ipynb_checkpoints/*
|
|
build
|
|
build/*
|
|
dist
|
|
dist/*
|
|
__pycache__
|
|
__pycache__/*
|
|
*.csv
|
|
*.xml
|
|
*.ipynb
|
|
*.spec
|
|
!fatture_ccsr/fatture_ccsr.spec
|
|
*.wxg
|
|
.venv
|
|
*/config.ini
|