SPB Git

spb/khaelor Public

KHAELOR — a terminal-native autonomous engineering agent powered by Anthropic.

TypeScript 82.9% HTML 14.9% CSS 1.1% JavaScript 0.7%
538 B · 37 lines text
Raw Blame History
1# KHAELOR2# File: .gitignore3# Description: Git ignore rules — secrets, dependencies, build artifacts, reference repos.4#5# Author: Simon-Pierre Boucher6# Contact: contact@spboucher.ai78# Secrets — never commit9.env10.env.*11*.key1213# Reference implementations (cloned third-party repos, not part of KHAELOR)14references/1516# Dependencies17node_modules/1819# Build output20dist/21build/22*.tsbuildinfo2324# Logs25logs/26*.log2728# OS29.DS_Store3031# Local tooling state32.khaelor/cache/33coverage/3435# npm pack artifacts (published as release assets)36*.tgz37