diff --git a/.gitignore b/.gitignore index 02f7dfd..6ab16c4 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,12 @@ ENV/ # private settings file settings_private.py + +# Python byte code +.pyc + +# SQLite database. +/db/*.sqlite3 + +# Migrations +migrations/