# Ignore testing artifacts.
*.toml
*.json
!pyproject.toml

# Python
**/__pycache__/
**/*.egg-info
venv/