diff --git a/.gitignore b/.gitignore index e07430483c7ea40f09bebeed3fea9e1528341567..e882e145fcec335b65eaeade223514c9ce1824a0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,15 @@ env/* # Disable migration files smash/web/migrations/* +# Folder with db statics (dev mode) +smash/~/ + # Disable python bytecode *.pyc # Disable local developer settings local_settings.py + +#tmp files +appointment-import/testFiles/~* +appointment-import/tmp.sql