diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20696b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.pyc +__pycache__ +.idea +db.sqlite3 +migrations \ No newline at end of file