# Python cache and compiled files
*.pyc
__pycache__
*.so

# IDE and editor files
.vscode/
.ipynb_checkpoints

# Numba cache files
*.nbc
*.nbi

# Testing artifacts
junit.xml
.pytest_cache/

# Coverage reports
.coverage
coverage.xml
cov.xml
htmlcov/

# Type checking cache
.mypy_cache/
dmypy.json
.dmypy.json

# Linter cache
.ruff_cache/

# Build and distribution artifacts
build/
dist/
*.egg-info/
site/

# Documentation build artifacts
docs/_build/
.jupyter_cache/
jupyter_execute/
public
# Copied README for docs
docs/README.md

.hypothesis