# pixi environments
.pixi

*.env

.vscode/
*.code-workspace

reference/
prompt/
experiments/

__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/

# Abaqus files
*.com
*.dat
*.ipm
*.msg
*.prt
*.sta
*.rec
*.jnl
*.deps
*.odb
*.log
abaqus.rpy.[0-9]*
abaqus.rpy

# Generated test/example output
**/*output*/

# Build artifacts
dist/

# Sphinx build output — regenerated by `pixi run docs-build`, and by CI on
# every push (see .github/workflows/deploy-docs.yaml).
# NOTE: docs/source/ABQflow*.rst and modules.rst are sphinx-apidoc output but
# stay tracked on purpose — CI runs sphinx-build only, never sphinx-apidoc, so
# untracking them would silently drop the API reference from the published
# site. Re-run `pixi run docs-generate` and commit after adding a module.
docs/_build/