diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-03-06 01:52:03 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-03-06 01:52:03 -0800 |
| commit | c83f3aea31cd96479dfb1f5dc28eb54001c3aa21 (patch) | |
| tree | 1919adc61608feb36f63fea078a7878f82188fb8 /.gitignore | |
init 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 |
