diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-06-26 00:44:01 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-06-26 00:44:01 +0300 |
commit | 2db780e2009c43466f718c24895bcfc3b89763f1 (patch) | |
tree | 796353350ac4e0c8aada3cb32b8c09ec1266115b /.gitignore | |
parent | d36ecb0266db608dffbc0308e9b2666c93696672 (diff) |
add gitignore and reqs
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..9e6c9c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea +/venv
\ No newline at end of file |