feat: init the repo

This commit is contained in:
Pratik Bhadane
2026-03-23 23:34:28 +05:30
commit 7a5a220dfe
344 changed files with 75728 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
## Summary
<!-- Brief description of what this PR does. -->
## Type of change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature / new indicator (non-breaking change)
- [ ] Breaking change (fix or feature that changes existing behaviour)
- [ ] Documentation / infrastructure only
## Checklist
- [ ] All existing tests pass (`pytest tests/`)
- [ ] New tests have been added for any new behaviour
- [ ] `cargo fmt --check` passes
- [ ] `cargo clippy --release -- -D warnings` passes
- [ ] README accuracy table updated (if indicators were added or changed)
- [ ] CHANGELOG.md updated (for user-visible changes)
- [ ] Docstrings added or updated for new/changed public functions
## Related Issues
Closes #<!-- issue number -->