# Python cache
*.pyc
.ipynb_checkpoints/
*.egg-info/
.claude/
.github/

# IDE settings
.vscode/
.idea/

# OSX-specific
.DS_Store

# Data
data/**

# User-specific config (copy from *.example.* files)
config/config.yaml
config/clips.txt
.env

# Notebooks
notebooks/
