__pycache__/
*.py[cod]
*.pyo

*.egg-info/
dist/
build/
*.egg

.venv/
venv/
env/

.env

*.log

# generated by hatch-vcs at build time
juxt/_version.py

# mkdocs build output
site/

# example data
examples/sample_plot*
