notes/
output/*
!output/claude_white_purple_bg.svg
!output/gemini_white_pink_bg.svg
!output/mistral_white_gradient_bg.svg
!output/openai_gradient_transparent_bg.svg
input/*
!input/.gitkeep

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv
venv/
ENV/
env/
.env

# IDEs
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# UV
.uv/
```

### 5. **Create a LICENSE file**

For MIT License (most permissive):
```
MIT License

Copyright (c) 2024 Your Name

Permission is hereby granted, free of charge, to any person obtaining a copy...