/target

# source data
*.fasta
# runtime output
*.trees
*.log
tracing.log.*

# Python artifacts
__pycache__/
*.so

# Python virtual environment
# TODO: commit the list of installed packages (i.e. maturin)
.venv/

# perf
perf.data
perf.data.old
flamegraph.svg
