# python
__pycache__/
*.pyc

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

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

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

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

# py4cytoscape writes its log next to the working directory
logs/

# output of the examples, they write into the working directory
examples/**/results/
examples/**/_results/

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