diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:03:08 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:03:08 -0400 |
commit | acb35c1a5bcc94d3069d99de5041ae19ca600208 (patch) | |
tree | 0126333b3e5b5dccb82c249ac491b8b22527d9e5 /.gitignore | |
download | python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.gz python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.bz2 python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76a7681 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.*.swp +dist/ +*.egg-info +__pycache__ +.pybuild/ +build/ |