diff options
| author | Morgana <Morgana@icolotl.com> | 2026-09-15 11:28:53 -0500 |
|---|---|---|
| committer | Morgana <Morgana@icolotl.com> | 2026-09-15 11:28:53 -0500 |
| commit | 2c76015a7a3f3a08ba205b04729f29df9fb7389f (patch) | |
| tree | e12b09312ab70253d32fb5576f5dd2d76ceda196 /.gitignore | |
Initial Commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c89489d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +.venv/ +data/ +music/
\ No newline at end of file |
