Add a simple temporary folder

This commit is contained in:
I-Al-Istannen
2020-04-20 12:08:52 +02:00
parent d5dd5aac06
commit 8c431c7d81
3 changed files with 65 additions and 5 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ __pycache__/
.venv/
.mypy_cache/
.tmp/
.env
.vscode