aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-03-14 17:17:05 -0400
committerkj_sh6042026-03-14 17:17:05 -0400
commitb54e2903e49fb82960a38820c1f0fa5f06376e51 (patch)
treeb80192fe3b18d052e5be7334a0f85711f3bae40a
parente0e27549ea11a0dde8dfea93bd23890eac8bddf1 (diff)
refactor: .gitignore
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..afa7079
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+data/kj-clipboard.db
+__pycache__/
+*.pyc
+.venv/
+venv/ \ No newline at end of file