# build artifacts

.eggs/
.mypy_cache
arrayfire_binary_python_wrapper.egg-info/
build/
dist/


# dev tools

.venv/
.vscode/


# jupyter notebooks

.ipynb_checkpoints


# miscellaneous

.cache/
doc/_build/
*.swp
.DS_Store


# python

*.pyc
*.pyo
__pycache__


# testing and continuous integration

.coverage
.pytest_cache/

# documentation build artifacts

docs/*.md
docs/api
site/
mkdocs.yml
