diff options
author | B. Stack <bgstack15@gmail.com> | 2023-05-17 15:20:53 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-05-17 15:20:53 -0400 |
commit | 8dcd3a6e78eb1b1729b172080ec94dbcb8c8a96c (patch) | |
tree | a4e6c79d7bf355e5152de14f5a45829efab013e5 /.gitignore | |
download | agenda-8dcd3a6e78eb1b1729b172080ec94dbcb8c8a96c.tar.gz agenda-8dcd3a6e78eb1b1729b172080ec94dbcb8c8a96c.tar.bz2 agenda-8dcd3a6e78eb1b1729b172080ec94dbcb8c8a96c.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__/ |