Add README and improve gitignore

This commit is contained in:
3nd3r
2026-01-02 22:39:54 -06:00
parent 269da2c569
commit 7141bd900e
2 changed files with 263 additions and 2 deletions

28
.gitignore vendored
View File

@@ -1,3 +1,27 @@
music
.venv
music/
# Python
__pycache__/
*.py[cod]
*.pyd
.Python
# Virtual envs
.venv/
venv/
ENV/
# Env files
.env
.env.*
# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# OS / editor
.DS_Store
.vscode/