Dlaczego mój db.sqlite3 nie jest gitignore

# In your .gitignore file add 
*.sqlite3
# instead of db.sqlite3
Jokerinya