improved project structuring

This commit is contained in:
Kevin Froman 2018-01-14 22:57:23 -06:00
parent a89435cfd3
commit 813e98a801
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
20 changed files with 64 additions and 14 deletions

8
.gitignore vendored
View file

@ -1,5 +1,5 @@
__pycache__/
data/config.ini
data/*.db
data-old/*
dev-enabled
onionr/data/config.ini
onionr/data/*.db
onionr/data-old/*
onionr/dev-enabled