diff options
| author | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
|---|---|---|
| committer | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
| commit | ab6ca080771b706a310ebfd8a4192841cdfef05c (patch) | |
| tree | f9da21650402f17330d68bb7d6f86b031191ddb9 /.gitignore | |
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..aa60a65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +__pycache__ +.project +.pydevproject +*.orig +*.pyc +*.bak +logs +.DS* + |



