diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-11 00:27:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-11 00:28:55 -0700 |
| commit | 03e57fcfcd9bc85bec2757fad9ae613bdb6f783b (patch) | |
| tree | 250f00bc9db22650cc273a6806e17cfca2e974d5 /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70c5b02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv +data +*.db +.env |
