# TypeScript reference files - not part of Python package
_ts_reference/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.pyright/
.pytype/
