77e43a6a38
- Created .gitignore to exclude unnecessary files - Added README.md with project description and core features - Introduced CONTRIBUTING.md for development guidelines - Established documentation files for architecture, quality requirements, and technical risks
20 lines
240 B
Plaintext
20 lines
240 B
Plaintext
# agents
|
|
.agents/
|
|
.clinerules/
|
|
.cursor/
|
|
.github/instructions/
|
|
.github/copilot-instructions.md
|
|
.opencode/
|
|
.windsurf/
|
|
AGENTS.md
|
|
skills-lock.json
|
|
|
|
# environment files
|
|
.env
|
|
|
|
# node modules
|
|
node_modules/
|
|
|
|
# build and test outputs
|
|
dist/
|
|
coverage/ |