39 lines
415 B
Plaintext
39 lines
415 B
Plaintext
# IDEs and Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.env
|
|
venv/
|
|
/opt/venv/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Node / Frontend
|
|
node_modules/
|
|
dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Database & Data
|
|
/data/
|
|
/app/settings.db
|
|
/app/*.db
|
|
|
|
# Temporary / Scratch Files
|
|
output.txt
|
|
test_liq.liq
|
|
test_liq.py
|
|
test_navidrome_api.py
|
|
htpasswd
|
|
*.log
|