.DS_Store
.Rproj.user
artifacts
venv
__pycache__
.pip-packages

# PDF build artifacts
manual/fonts/
manual/pragmastat.pdf

# Rust tooling outputs
target/
tools/target/

# Astro/web dependencies and builds
web/node_modules/
web/dist/
web/.astro/
web/.vercel/
web/.netlify/
web/.output/
web/pnpm-debug.log*

# Generated Astro content
web/src/content/docs/
web/src/content/manual/
web/katex-macros.json
web/public/img/
web/public/references.json

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
.env
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
