# Python-generated files
__pycache__/
.mypy_cache/
*.py[oc]
build/
dist/
wheels/
site/
docs/sphinx/*.rst
docs/sphinx/_build/
*.egg-info
# ignore compiled files
*.so
*.pyd
*.pdb

# Virtual environments
.venv
*.ipynb
target/
*data/
.coverage
# temp file for tests
t.py
# Ignore pytest-benchmark's generated files
.benchmarks/