chore: add .gitignore and README

This commit is contained in:
2026-06-01 17:19:46 -04:00
parent 860be444d7
commit 3b799e834a
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
.DS_Store
downloads/**
config.json
+6
View File
@@ -1 +1,7 @@
# mod-updater
```sh
python3 -m venv venv
source venv/bin/activate
pip install requests
```