mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-06-30 19:04:25 +00:00
35 lines
396 B
Text
35 lines
396 B
Text
node_modules/
|
|
dist/
|
|
*.tgz
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# AI Agents
|
|
.claude/
|
|
.cursor/
|
|
.copilot/
|
|
.github/copilot/
|
|
.aider*
|
|
.codeium/
|
|
.tabnine/
|
|
.windsurf/
|
|
.cody/
|
|
.sourcegraph/
|
|
|
|
# NREL SPA C sources and binaries (download separately for reference testing)
|
|
/bin/spa
|
|
/bin/spa_cli
|
|
/bin/*.c
|
|
/bin/*.h
|
|
.vscode/*
|
|
.idea/
|
|
.codex/
|
|
.aider/
|
|
.aider.chat.history.md
|
|
.continue/
|
|
.gemini/
|