# Ignore Mac system files
.DS_store

# Ignore the following directories
#notebooks/
.ipynb_checkpoints/
__pycache__/
.idea/

# Ignore files related to API keys
.env

# Ignore SASS config files
.sass-cache

