# Test files
test_*.py
*_test.py

# Test markdown files (except README.md and Prompt folder)
*.md
!README.md
!Prompt/*.md

# Config files
openaimodel.json

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

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

# Claude AI directory
.claude/
