# 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

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.hypothesis/

# Type checking and linting
.mypy_cache/
.ruff_cache/

# Virtual environments
venv/
env/
ENV/

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

# Claude
.claude/

# Temporary files
debug.py
test_simple.py
error_handling_proposal.py
cdata_examples.py
cdata_implementation.py

# Internal documentation (not for public)
IMPROVEMENTS_SUMMARY.md
ERROR_HANDLING_COMPLETE.md
FEATURE_MISMATCHED_TAGS.md
REMAINING_IMPROVEMENTS.md
SECURITY.md
PHASE2_SUMMARY.md
POLISH_SUMMARY.md
VERIFICATION.md

# Research and analysis (not for production)
research/

# Internal documentation (not for public release)
RECIPES.md
REFACTORING.md
docs/SUMMARY_v0.6.0.md
