Files
awesome-claude-code-subagents/.gitignore
Necati Ozmen dc036c4c7e Add initial structure for Awesome Claude Subagents
- Create settings.local.json for permissions configuration
- Add .gitignore to exclude unnecessary files
- Introduce CONTRIBUTING.md with guidelines for contributions
- Include MIT License for project licensing
- Revise README.md to reflect new project structure and categories
- Establish core development category with README and subagent files
- Create language specialists, infrastructure, quality & security, data & AI, developer experience, specialized domains, business & product, meta orchestration, and research & analysis categories with corresponding README files
- Add example team compositions for data pipeline, e-commerce, and SaaS development
- Implement templates for agent creation
- Develop tools for agent validation and performance benchmarks
2025-08-01 12:28:05 +03:00

13 lines
119 B
Plaintext

.DS_Store
*.log
node_modules/
.env
.idea/
.vscode/
__pycache__/
*.pyc
.pytest_cache/
.coverage
dist/
build/
*.egg-info/