Commit Graph

3 Commits

Author SHA1 Message Date
9c07262c23 chore: Adds VS Code settings for Python and UI
- Configures Python environment and analysis paths.
- Customizes VS Code workbench colors for improved UI.
2025-07-12 21:25:34 +02:00
c31905c43c feat: Adds script to sync version from pyproject.toml
- Adds a script to extract the version from pyproject.toml and
  write it to a VERSION file.
- This ensures the version information is easily accessible
  without external dependencies.
2025-07-12 21:25:28 +02:00
2773984dcb chore(ci): Adds nightly and release build workflows
- Introduces workflows for nightly and release builds,
  automating package publishing to Gitea.
- Includes scripts for setting Poetry version, cleaning up
  old dev versions, and uploading assets to releases.
- Adds a merge template for pull requests.
2025-07-12 21:25:20 +02:00