diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-01 12:40:51 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-01 12:40:51 +0200 |
| commit | a6e441f6e1934313bb47b5391d3217a05d13b992 (patch) | |
| tree | 8a1302c7f9cbe6da454faceea8a9a4b34b434376 | |
| parent | ad73e0032794c940aa9c2f752c83097ef464e39d (diff) | |
| download | publisher-a6e441f6e1934313bb47b5391d3217a05d13b992.tar.gz publisher-a6e441f6e1934313bb47b5391d3217a05d13b992.zip | |
chore: add .gitignore
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad9efee --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +*.pyo +.env +.superpowers/ +.claude/ |
