From f0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 23 Jun 2026 20:11:13 -0400 Subject: chore: ignore elisp and python build artifacts --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 0f4cc82..dede5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,17 @@ installer/velox-*.conf *~ \#*\# .\#* + +# --- elisp ruleset --- +githooks/ +*.elc +*.eln + +# --- python ruleset --- +__pycache__/ +*.pyc +*.pyo +.coverage +coverage.json +htmlcov/ +.pytest_cache/ -- cgit v1.2.3