diff options
| author | kj_sh604 | 2026-03-14 17:18:25 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-14 17:18:25 -0400 |
| commit | 1ec631fe7f154fba67e91c69bb752d79aef79ca5 (patch) | |
| tree | 340d840ed17041865ad9ba47d317be7088cfb7e2 /src/.gitignore | |
| parent | c18bce8e602c8f1001bd691af9ee2d59912f4250 (diff) | |
refactor: src/
Diffstat (limited to 'src/.gitignore')
| -rw-r--r-- | src/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..afa7079 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,5 @@ +data/kj-clipboard.db +__pycache__/ +*.pyc +.venv/ +venv/
\ No newline at end of file |
