diff options
author | B Stack <bgstack15@gmail.com> | 2022-07-03 23:06:09 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-07-03 23:06:09 -0400 |
commit | b72841e3ff7220c7db44ae523c173321d5750497 (patch) | |
tree | 7535d0bf912e4a4e87399a719f56e5fe1755f1b7 /.gitignore | |
download | pyjstest-b72841e3ff7220c7db44ae523c173321d5750497.tar.gz pyjstest-b72841e3ff7220c7db44ae523c173321d5750497.tar.bz2 pyjstest-b72841e3ff7220c7db44ae523c173321d5750497.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__ |