diff options
| author | Ben Sima <ben@bensima.com> | 2026-05-18 13:54:55 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-05-18 13:54:55 -0400 |
| commit | 06b08dbbcb4b234a94be189f855ce5fec4c5c37b (patch) | |
| tree | a42f84919ca1e3ba7e19be634e3fd2e10d0d5bc6 /.gitignore | |
init: slopbot scaffold
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8005bdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.zuliprc +__pycache__/ +*.pyc +*.pyo +.env +venv/ +.venv/ |
