Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .githooks/commit-msg

This file was deleted.

24 changes: 0 additions & 24 deletions .githooks/prepare-commit-msg

This file was deleted.

17 changes: 3 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,15 @@ Thumbs.db
.idea/
*.swp

# Linting cache
.ruff_cache/

# Log files (but not the logs/ folder - that is committed)
*.log

# Local agent workspace - never commit
.agents/

# Reference extract folder - never commit
extract/

# Claude Code local config and rules - never commit
.claude/
CLAUDE.md

# Cursor IDE local config - never commit
.cursor/

# Local agent instructions
.github/AGENTS.md
.github/copilot-instructions.md

# Local-only session files - never commit, git pull must not overwrite them
prompts/

Expand Down
Loading