6800c90936
* Introduces models to map objects in the database * Refactoring and cleanup of old code * Updates configuration file * Updates README.md * Updates .gitignore
12 lines
85 B
Text
12 lines
85 B
Text
#Python
|
|
.eggs/
|
|
*.egg-info
|
|
__pycache__/
|
|
.mypy*/
|
|
|
|
# Sphinx
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
*.db
|