__pycache__/
*.py[cod]
*$py.class
*.so
dist/
/build/
*.egg-info/
*.egg
.venv/
.env
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.pytest_cache/
*.whl
site/CHANGELOG.md

# ANTLR jar cache (regenerate via grammar/generate.sh)
grammar/.cache/
