diff options
author | B. Stack <bgstack15@gmail.com> | 2024-09-22 20:41:52 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-09-22 20:41:52 -0400 |
commit | 6ab41891eacbfa910e73c7d521df01ab395d015c (patch) | |
tree | f916232de6a62ce2fb36422c7bef11b50fb5d9bc /.gitignore | |
download | fprintd-tk-6ab41891eacbfa910e73c7d521df01ab395d015c.tar.gz fprintd-tk-6ab41891eacbfa910e73c7d521df01ab395d015c.tar.bz2 fprintd-tk-6ab41891eacbfa910e73c7d521df01ab395d015c.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..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |