diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-23 20:11:13 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-23 20:11:13 -0400 |
| commit | f0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae (patch) | |
| tree | b15fdc42c740a5647a8b96707bf4c76f2840b1e9 | |
| parent | 448a40651e71f8be4dd6a7b3b03bb233e6894eec (diff) | |
| download | archangel-f0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae.tar.gz archangel-f0f56e1fe2e2bbb3a57bb61235e67c0bdc8402ae.zip | |
chore: ignore elisp and python build artifacts
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -28,3 +28,17 @@ installer/velox-*.conf *~ \#*\# .\#* + +# --- elisp ruleset --- +githooks/ +*.elc +*.eln + +# --- python ruleset --- +__pycache__/ +*.pyc +*.pyo +.coverage +coverage.json +htmlcov/ +.pytest_cache/ |
