Reorganize project structure

- Move development and test files to dev/ directory
- Update .gitignore to exclude development files
- Update paths in configuration files
- Add new audio-player.js for frontend
This commit is contained in:
oib
2025-07-27 07:54:24 +02:00
parent f6c501030e
commit f4f712031e
21 changed files with 442 additions and 1474 deletions

12
.gitignore vendored
View File

@ -48,6 +48,18 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Development directory
dev/
# Configuration files
alembic.ini
*.ini
*.conf
*.config
*.yaml
*.yml
*.toml
# IDEs and editors
.vscode/
.idea/