#########################
## DPF
#########################

__pycache__
/.pytest_cache
/.spyproject


#tests
/tests/__pycache__
/tests/.pytest_cache

#ansys/dpf
/ansys/dpf/__pycache__

#ansys/dpf/post
/ansys/dpf/post/__pycache__

#other
/perso
/examples/Jupyter lab/.ipynb_checkpoints
*checkpoint.py
*checkpoint.ipynb

# compiled documentation
docs/_build
docs/source/examples

# pip files
*.egg-info
build/
dist/

# emacs temp files
*~
.#*