# build trees
/build*/
cmake-build-*/
tmp/
.claude-package/outgoing/
.claude-package/incoming/


# editor / IDE leftovers
*.swp
*~
.vscode/
.idea/

# packaging output
*.deb
*.rpm
*.tar.gz
*.zip
*.7z

# Conan-generated env scripts (conan build / install / create)
conanbuild*.sh
conanrun*.sh
conanbuildenv-*.sh
conanrunenv-*.sh
deactivate_conanbuild*.sh
deactivate_conanrun*.sh
conaninfo.txt
conanbuildinfo.*
CMakeUserPresets.json

# Doxygen output — the `docs` target's HTML tree is a deploy artifact
# (published as a static drop under the fson tenant's static/api/), not a
# source file. The permanent record is the release tag.
docs/html/
docs/xml/
docs/notation/*.png
Doxyfile
