summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.git-crypt/.gitattributes3
-rw-r--r--.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpgbin0 -> 469 bytes
-rw-r--r--.gitattributes1
-rw-r--r--config/butler.json5
-rw-r--r--config/db.jsonbin0 -> 144 bytes
5 files changed, 9 insertions, 0 deletions
diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes
new file mode 100644
index 0000000..17ef601
--- /dev/null
+++ b/.git-crypt/.gitattributes
@@ -0,0 +1,3 @@
+# Do not edit this file. To specify the files to encrypt, create your own
+# .gitattributes file in the directory where your files are.
+* !filter !diff
diff --git a/.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg b/.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg
new file mode 100644
index 0000000..9901d39
--- /dev/null
+++ b/.git-crypt/keys/default/0/114263FF448C39C82F2394BC78C0528474A2068D.gpg
Binary files differ
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..17366f1
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+config/db.json filter=git-crypt diff=git-crypt
diff --git a/config/butler.json b/config/butler.json
new file mode 100644
index 0000000..ab19a17
--- /dev/null
+++ b/config/butler.json
@@ -0,0 +1,5 @@
+{
+ "cutoff_point": 32,
+ "cutoff_rate": 0.1,
+ "opponent_factor": 0.5
+}
diff --git a/config/db.json b/config/db.json
new file mode 100644
index 0000000..bc6afa1
--- /dev/null
+++ b/config/db.json
Binary files differ