claude-vs-grok/.gitignore
Gregory Gauthier d6a0871ae6 feat(initial): add first debate files, instructions, and repo setup
- Add .gitignore to ignore non-markdown files except itself
- Add Debate_1 directory with transcript, verdicts from Claude and Grok
- Add INSTRUCTIONS.md for debate process
- Add README.md for repository overview
2026-04-10 15:08:41 +01:00

9 lines
87 B
Plaintext

# Ignore everything
*
# Except markdown files
!*.md
# And this gitignore
!.gitignore