__pycache__/
*.py[cod]
.venv/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
dist/
*.egg-info/
.DS_Store

# Handy for temporary run scripts
tmp_*.py
run_*.py

# Local environment and scratch input files
.env
.in

# perf.py run output (JSON per run, named by ms-timestamp run id)
/results/

# zensical docs build output
/site/

# asv (airspeed velocity) benchmark environments/results/generated test data
/.asv/
/asv_bench/_data/
/asv_bench/.quick_check_history.json
