diff options
-rw-r--r-- | .envrc | 1 | ||||
-rw-r--r-- | .gitignore | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -0,0 +1 @@ +layout python3 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76fb219 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.sqd +*.sqk +BigDeal/ +*.pyc +.direnv/ |