# Taken and adapted from: https://git.rwth-aachen.de/lamBOO/fenicsR13 # ignore VSCode's helper files *.vscode *.ipynb_checkpoints # ignore python cache *__pycache__* *.__pycache__ *.pytest_cache* # Ignore venv files venv # Ignore build files build # Ignore Data Folder Data # ignore Sphinx documentation output # *docs/build # Ignore .DS_Store .DS_Store