*.class
*.log

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*


.idea/**
!.idea/fileTemplates
!.idea/fileTemplates/*.scala
!.idea/fileTemplates/includes
!.idea/fileTemplates/includes/*.scala
.bsp
.bloop
.metals
.vscode
metals.sbt

target/

/*/lib/

# MacOS
.DS_Store

# mill
/out/

# Generated files
.generated

# Raw data dir
.data

# Environment variables
.env

# Node.js
node_modules/
ui/dist/

# apache/ossie checkout for OssieIntegrationSpec, cloned by `./mill generator.jvm.test.ossieRepo`
/generator/test/ossie-repo/

# AI
.claude/

# Python
__pycache__/
# The shared library the Python bindings load, put there by `./mill nativelib.installPythonLib`
/python/linkml_scala/_lib/
# Wheels, if `python -m build` is run in python/ by hand rather than through Mill
/python/dist/

# Shared library release archives, from nativelib/package.sh
/dist/
