mirror of
https://github.com/HabiRabbu/Musicseerr
synced 2026-04-21 13:37:27 +00:00
* chore: adjustments for local development without containers * update Contributing.md * remove dev section from readme and link to contributing doc * move settings import to runtime
58 lines
692 B
Text
58 lines
692 B
Text
.github/instructions/
|
|
.Trash-1000
|
|
|
|
# Runtime files
|
|
/cache/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.log
|
|
*.pid
|
|
*.sock
|
|
*.tmp
|
|
.env
|
|
.env.*
|
|
|
|
# Virtual environments and tool caches
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.pytest_cache
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
backend/.venv/
|
|
backend/.ruff*
|
|
backend/.virtualenv.pyz
|
|
|
|
# Frontend build output
|
|
frontend/node_modules/
|
|
frontend/.svelte-kit/
|
|
frontend/build/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
.vite/
|
|
|
|
# Local config
|
|
docker-compose.yml
|
|
config/config.json
|
|
!config/config.example.json
|
|
|
|
# Editor and OS files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Private working files
|
|
/manage.sh
|
|
/scripts/
|
|
/todos.md
|
|
AGENTS.md
|
|
AGENTS.md.bak
|
|
Docs/
|
|
|
|
# Local dev app directory
|
|
backend/app-dev/
|