diff options
author | justanothercatgirl <sotov@twistea.su> | 2024-10-26 20:03:08 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2024-10-26 20:03:08 +0300 |
commit | 5e81acb1a514231dc704f8e19f1a4c6e06318135 (patch) | |
tree | d0137411b2c94e63bee43b3d581fb73558ac3637 /.gitignore | |
parent | 52d8f03d0657df15cf0fc320d03aea76d17ae4f8 (diff) |
Structurization + 120 and 117 prak
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c196d8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +output* +venv/ +__pycache__/ +*.png |