First working version

This commit is contained in:
2020-04-13 21:00:00 +02:00
parent 5b17f024b7
commit c4b4e14dc0
8 changed files with 1393 additions and 1 deletions

7
.gitignore vendored
View File

@@ -1,4 +1,11 @@
# ---> Python
# Configuration file
*config.py
# Data folder
data/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]