# Rust build artifacts
/target/
/.build/

# Compiled Python extension (built by maturin)
src/xhtml/_core*.so
src/xhtml/_core*.pyd
src/xhtml/*.so
src/xhtml/*.pyd

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
pip-wheel-metadata/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
benchmark_results.json

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# maturin
.maturin/
