aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-23 20:11:13 -0400
committerCraig Jennings <c@cjennings.net>2026-06-23 20:11:13 -0400
commitf0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae (patch)
treeb15fdc42c740a5647a8b96707bf4c76f2840b1e9 /.gitignore
parent448a40651e71f8be4dd6a7b3b03bb233e6894eec (diff)
downloadarchangel-f0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae.tar.gz
archangel-f0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae.zip
chore: ignore elisp and python build artifacts
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
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/