Rename AGENTS.md to CLAUDE.md, add root .gitignore

- Rename project instructions file to Claude Code standard name
- Add .gitignore to exclude IDE files and frontend-poc/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-01-30 10:24:48 -06:00
parent b9b803da66
commit 25cb22eb84
2 changed files with 13 additions and 1 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Experimental/POC directories
frontend-poc/

View File

@ -1,4 +1,4 @@
# AGENTS.md - Mantimon TCG
# Mantimon TCG
Guidelines for agentic coding agents working on this codebase.