# Ignore Mac system files 
.DS_Store

# Ignore Python cache files
__pycache__/
*.__pycache__

# Ignore VS Code settings
.vscode/
tempCodeRunnerFile.py
tempCodeRunnerFile.python

# Ignore Test related files 
*.egg-info/
.pytest_cache/

# Ignore personal files 
model/Human-GEM.xml
model/yeast-GEM.xml 
output
warnings
non_functional_approaches
in_progress
*.ipynb
.env

# Ignore documentation build files
site
docs 



