diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-24 22:41:02 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-24 22:43:00 -0700 |
| commit | 746610bd0ad40ed2a97fa68ef162d80f719367ef (patch) | |
| tree | 0be1d961b38ef2a8f6410e06a9bd7a6e4f3f9641 /.gitignore | |
first commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..505a3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv |
