# Compiled python modules
*.pyc
__pycache__/

# macOS metadata
.DS_Store

# Build artifacts
/dist/
/build/

# VSCode folders
/.vscode

# PyCharm folders
/.idea
/.cache

# coverage
.coverage

# Python egg metadata, regenerated from source files by setuptools
*.egg-info/
.eggs/
*.egg

# Temporary jupyter files
/.ipynb_checkpoints/
*.ipynb_checkpoints

# Output folder
outputs/

# Folder with original Matlab code
/Matlab_code/

.ai/
Comparison_scripts/

# All new files coming out of buildInputs
inputs/example_inputs/*/optional_inputs.json
inputs/example_inputs/*/optional_inputs.py
inputs/example_inputs/*/simulated_inputs.json
inputs/example_inputs/*/build_input.py
