diff options
author | luxagraf <sng@luxagraf.net> | 2018-11-02 15:01:05 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-11-02 15:01:05 -0600 |
commit | 68abc78a9a543697d8f176775a052c1d70e371a4 (patch) | |
tree | 8d440951fa1786d2ac62a3836079a979bb812fae /.gitignore |
added some basic user models and tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e506cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.log +Vagrantfile +.vagrant +.env +venv/ +__pycache__ +.coverage +htmlcov/ |