19 lines
169 B
Plaintext
19 lines
169 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Mail data
|
|
mail_config.json
|
|
email_data.json
|
|
|
|
# System files
|
|
Thumbs.db
|
|
.DS_Store
|
|
desktop.ini
|