mirror of
https://github.com/acamarata/pray-calc-ml.git
synced 2026-07-01 19:34:26 +00:00
Five wiki pages covering Data Collection, ML Crunching, Architecture, Data Sources, and Research Notes. GitHub Actions workflow syncs .wiki/ to the GitHub Wiki on push to main. Adds .markdownlintignore and VS Code settings to exclude .claude/ from lint checks. Adds .allow-ai-terms to allow the .claude/ directory path reference in lint ignore files.
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"markdownlint.ignore": [
|
|
"**/.claude/**",
|
|
".claude/**",
|
|
"**/node_modules/**",
|
|
"node_modules/**"
|
|
]
|
|
}
|