Kumi
6d62dc99c8
Added Forgejo Actions workflow for Python package CI/CD, enabling automated testing and deployment to PyPI upon new tags. Introduced README and LICENSE files to document and license the project. Set up project with pyproject.toml, specifying dependencies, build system, and scripts. Configured .gitignore to exclude build artifacts. Helps automate deployment and set a structured foundation for the project.
5 lines
No EOL
42 B
Text
5 lines
No EOL
42 B
Text
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
config.yaml
|
|
dist/ |