# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Testing
.pytest_cache/
.coverage
htmlcov/
test_data/

# Virtual environments
.venv38/
.venv-linux/

# IDEs
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Project specific
parse_result.json
result.json
test_report*.txt
coverage.json
dist/
build/
*.egg-info/

# Claude Code - ignore local settings with sensitive info
.claude/settings.local.json
.claude/settings.json
