Compare commits
4 Commits
ec06de625d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b792690aa | ||
|
|
fb0ec9cfd1 | ||
| 49d9c2a960 | |||
| b932d00d98 |
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# PyCharm / IntelliJ
|
||||
.idea/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.log
|
||||
|
||||
# Virtualenv
|
||||
.venv/
|
||||
# created by virtualenv automatically
|
||||
.venv/Lib
|
||||
@@ -5,3 +5,4 @@ send_mail(
|
||||
subject="Hotovo",
|
||||
body="Report doběhl OK.",
|
||||
)
|
||||
xxxxx
|
||||
Reference in New Issue
Block a user