# python
__pycache__/
*.pyc

# packaging artifacts (hatchling builds into dist/)
dist/

# environments, tool caches
.venv/
.tox/
.pytest_cache/
.coverage
coverage.xml
# build cache of zensical
.cache/

# rendered documentation, built by the `documentation` workflow
site/

# the lock file is not committed, pymetadata is a library and pins nothing
uv.lock

# editors, operating system
.idea/
.vscode/
*~
.DS_Store

# OWL ontologies, downloaded to regenerate the ontology modules,
# see `pymetadata.ontologies._ontology_builder`
*.owl.gz
