Add .gitignore and remove unnecessary files

This commit is contained in:
Collin Kasbergen
2026-07-22 13:30:47 +02:00
parent badafc91e3
commit c2697af77b
22 changed files with 38 additions and 67 deletions
+38
View File
@@ -0,0 +1,38 @@
# 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