diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-19 11:26:08 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-19 11:26:08 -0500 |
commit | e273f1a32f4d3372b1692645b9704387d5eacc77 (patch) | |
tree | 689743290e9a375b0f744629c4dbf6c9fcf2bf62 /.gitignore | |
parent | de62dab9cbd2ee8ecf5d143f1ebb4e282836022d (diff) | |
download | audit-tools-e273f1a32f4d3372b1692645b9704387d5eacc77.tar.gz audit-tools-e273f1a32f4d3372b1692645b9704387d5eacc77.tar.bz2 audit-tools-e273f1a32f4d3372b1692645b9704387d5eacc77.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ |