diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5efbe74 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +config.ini export-ignore diff --git a/.gitignore b/.gitignore index 81bad48..22b2109 100644 --- a/.gitignore +++ b/.gitignore @@ -100,6 +100,9 @@ ENV/ # mypy .mypy_cache/ +# Mac ds_store .DS_Store +# Our config file, this is to prevent uploading sensitive information +*/config.ini config.ini