# Rust
/target

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

# IDE
/.idea

# codegen input (large; fetch with codegen/gen_keywords.py docstring)
/codegen/kwd.json

# mkdocs build output
/site/
