diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 09:26:13 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 09:26:13 +0200 |
| commit | 4773d86fbe895b412b867023a15718acc65ad9ab (patch) | |
| tree | a362c0f90b9167b5978c947185f45dcb2b5be9be /.gitignore | |
| parent | 07447fc687665e2f9caac7050d8a6ee39c66dcae (diff) | |
| download | unified-desktop-theme-4773d86fbe895b412b867023a15718acc65ad9ab.tar.gz unified-desktop-theme-4773d86fbe895b412b867023a15718acc65ad9ab.zip | |
chore: add GPLv2 license, README and gitignore
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7277c82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +HANDOFF.md +__pycache__/ +*.pyc |
