Initial commit with core project structure

This commit is contained in:
James Graham
2020-01-30 10:31:00 +00:00
commit ab1762c180
13 changed files with 346 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# IDE files
.idea/
.vscode/
# Runtime
venv/
db.sqlite3
debug.log*
# Configuration
settings.ini