# Ignore summary_md directory
summary_md/
WARP.md


# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo

# Ignore OS files
.DS_Store
Thumbs.db
