- Creates `cliff.toml` for changelog generation.
- Adds `pyproject.toml` for project metadata and dependencies.
- Sets up initial file structure with `.gitkeep`.
- 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.
- 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.