chore: update .gitignore to track AGENTS.md and CLAUDE.md
- Remove AGENTS.md and CLAUDE.md from .gitignore - These are important project documentation files that should be tracked - Updated to reflect the clean directory structure with docs/ organization
This commit is contained in:
parent
4078a75b37
commit
54d50c1521
|
|
@ -7,6 +7,4 @@ __pycache__/
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
.env.*
|
.env.*
|
||||||
AGENTS.md
|
|
||||||
CLAUDE.md
|
|
||||||
Loading…
Reference in New Issue