!CLAUDE.md

# Environment files (contain secrets)
.env
.env.notion

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

# Downloaded content (user-specific)
downloaded/

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