# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class fsi-data/* cfd-data/* *.txt *.h5 *.xdmf # C extensions *.so # Virtual environment venv/ env/ .venv/ .venv-*/ # Distribution / packaging build/ dist/ *.egg-info/ *.egg pip-log.txt pip-delete-this-directory.txt # Jupyter Notebook checkpoints .ipynb_checkpoints/ # PyCharm project files .idea/ # VS Code settings .vscode/ *.code-workspace # Test coverage and pytest cache .coverage htmlcov/ .tox/ .nox/ .pytest_cache/ .cache/ nosetests.xml coverage.xml *.cover .hypothesis/ # Mypy, Pyre type checker .mypy_cache/ .pyre/ # Linting tools .pylint.d/ ruff_cache/ # Logs and debug files logs/ *.log debug.log # MacOS system files .DS_Store # Windows system files Thumbs.db # Jupyter notebook metadata *.ipynb_metadata.json