diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:30:58 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:53:40 +0100 |
commit | de732ca2524b269a4f56f911a37abc9c08e05139 (patch) | |
tree | c86c3d9256b6a1027110296a901899f60261c9d1 | |
parent | 51ce49a6bbbd8f4348450b19193c37a84d2d03f9 (diff) | |
download | ssg-de732ca2524b269a4f56f911a37abc9c08e05139.tar.gz ssg-de732ca2524b269a4f56f911a37abc9c08e05139.tar.xz ssg-de732ca2524b269a4f56f911a37abc9c08e05139.zip |
Expand .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ -__pycache__/ +*.egg-info/ /dist/ +__pycache__/ +uv.lock |