diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-29 11:41:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 11:41:39 -0500 |
commit | 6226695a2072c2e269ece38254389e871c26e01f (patch) | |
tree | b0564444885e1aa42910d3e287084be939b7f733 /.gitignore | |
parent | ae0b864a92cefc33593f5817fe4a6afe75e395d1 (diff) | |
download | audit-tools-6226695a2072c2e269ece38254389e871c26e01f.tar.gz audit-tools-6226695a2072c2e269ece38254389e871c26e01f.tar.bz2 audit-tools-6226695a2072c2e269ece38254389e871c26e01f.zip |
feat: add stratified sampling script (#12)
* feat: add stratified sampling script
* Commit from GitHub Actions (Ruff)
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ -venv/ +.venv +venv readme.html |