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

# Config files (copied from external sources)
config/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Logs
*.log

.claude/
