diff --git a/.DS_Store b/.DS_Store index ec52222..2477d8b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index fe200ec..b40ea6c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ staticfiles/ db_data/ __pycache__/ *.pyc -imports/ diff --git a/.gitignore.bak b/.gitignore.bak new file mode 100644 index 0000000..fe200ec --- /dev/null +++ b/.gitignore.bak @@ -0,0 +1,6 @@ +.env +staticfiles/ +db_data/ +__pycache__/ +*.pyc +imports/ diff --git a/imports/.DS_Store b/imports/.DS_Store new file mode 100644 index 0000000..7180d03 Binary files /dev/null and b/imports/.DS_Store differ