# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/

# Virtual environment
.venv/

# Testing
.pytest_cache/
.coverage
coverage.xml

# Type checking & linting
.mypy_cache/
.ruff_cache/

# Build artifacts
dist/
build/

# IDE
.idea/
.vscode/

# Environment
.env

# Docs build
site/

# Large test fixtures (not committed)
tests/fixtures/xer/large_50k.xer
tests/fixtures/xer/medium_5k.xer
