diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-16 11:50:33 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-16 11:50:33 +0200 |
commit | 4ffeaabdfc0f6b0faa73f683cf163d40596fb170 (patch) | |
tree | c441c8e610b46e1203d1523e4622b59269fffd85 /.gitignore |
initial commit, added hassil submodule
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae945fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +venv/ |