diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -15,8 +15,11 @@ aur-packages.staging/ # Personal session/workflow docs (not project documentation) .ai/ +.claude/ todo.org inbox/ +CLAUDE.md +AGENTS.md # Host-specific installer configs (contain secrets); see *.conf.example templates installer/velox-*.conf @@ -25,3 +28,20 @@ installer/velox-*.conf *~ \#*\# .\#* + +# --- elisp ruleset --- +githooks/ +*.elc +*.eln + +# --- python ruleset --- +__pycache__/ +*.pyc +*.pyo +.coverage +coverage.json +htmlcov/ +.pytest_cache/ + +# Claude Code: task archive (follows todo file privacy) +/archive/task-archive.org |
