diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d59b839 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +config.py filter=git-crypt diff=git-crypt diff --git a/.gitignore b/.gitignore index d40e5ac..a25f8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Config with secrets -config.py # Python __pycache__/ diff --git a/config.py b/config.py new file mode 100644 index 0000000..5b61b9d Binary files /dev/null and b/config.py differ