Add README and improve gitignore
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user