diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 18:00:52 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 18:00:52 +0530 |
| commit | bc7d62ca9a406bc30419e985016c7f4f56e54e76 (patch) | |
| tree | b4f1091e7f008df31d20039f0fa4c683d05785e5 /.gitignore | |
first commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bbb519a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build/ +dist/ +*.manifest +*.spec +__pycache__/ +venv/ +mysoundboard.json +assets |