diff options
author | B. Stack <bgstack15@gmail.com> | 2022-09-01 14:05:50 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-09-01 14:05:50 -0400 |
commit | b13c9d59c64df1e06c5890895a44d3c3a538178e (patch) | |
tree | 9bc9a44bfe9eda7396a91fbdfe326f1d4777caf8 /.gitignore | |
download | coupons-b13c9d59c64df1e06c5890895a44d3c3a538178e.tar.gz coupons-b13c9d59c64df1e06c5890895a44d3c3a538178e.tar.bz2 coupons-b13c9d59c64df1e06c5890895a44d3c3a538178e.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6b17d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +old +__pycache__ |