diff options
author | Arun Isaac | 2025-08-04 13:13:33 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-06 22:35:26 +0100 |
commit | 5c086aa352012cf95b33cab8e506424016b28a26 (patch) | |
tree | d2482732ae9108148c46c1517462bbfc59b22c07 | |
parent | a361ab834bd9ca6a324c832ffdaa6d74df94d995 (diff) | |
download | pyhegp-5c086aa352012cf95b33cab8e506424016b28a26.tar.gz pyhegp-5c086aa352012cf95b33cab8e506424016b28a26.tar.lz pyhegp-5c086aa352012cf95b33cab8e506424016b28a26.zip |
Add gitignore.
* .gitignore: New file.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..630e5d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.hypothesis +__pycache__ \ No newline at end of file |