# Hidden files and directories (except .gitignore)
.*
!.gitignore

# Text and markdown files (except README.md and the spec/, docs/ documents)
*.txt
*.md
!README.md
!spec/**/*.md
!CHANGELOG.md
!crates/*/docs/**/*.md
!docs/**/*.md
!clients/**/*.md
!skills/**/*.md

# Language clients (clients/)
node_modules/
clients/typescript/dist/
__pycache__/
*.egg-info/
.coverage

# Rust
target/

# Generated demo artifacts (e.g. the axorum-export-arrow and axorum-lake demos' output)
*.parquet
lake-manifest.json

# Blame hygiene: the ignore-revs file must be tracked
!.git-blame-ignore-revs
