# 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 
model/iML1515.xml 
model/vibrio_natriegens.json 
model/Recon3D.xml

scripts/run_wildkcat_perso.py

results
warnings
non_functional_approaches
in_progress
*.ipynb
.env
logs

# Ignore documentation build files
site 

# Ignore article folder for the moment 
article
