General Development

This commit is contained in:
CramMK
2020-01-24 15:41:14 +00:00
parent e4fe8a7d60
commit 4581f24da9
9 changed files with 83 additions and 15 deletions

8
.gitignore vendored
View File

@@ -1,4 +1,10 @@
__pycache__/
# own config file
config/config.py
# caches and build environment
__pycache__/
.vscode/
# generated data from logging
logs/
*.log