22 lines
164 B
Plaintext
22 lines
164 B
Plaintext
@"
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
build/
|
|
dist/
|
|
|
|
*.zip
|
|
*.log
|
|
|
|
.tmp_prefs_test/
|
|
Posta in arrivo/
|
|
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
*.spec~
|
|
"@ | Out-File -Encoding utf8 .gitignore
|