# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.ruff_cache/

# Editors / IDE
.vscode/
.idea/
*.swp

# OS noise
.DS_Store
Thumbs.db

# shapeviz scratch output
*.html
!examples/*.html
shapeviz.png

# Stray legacy package moved aside during setup (not part of the build)
_shapeviz_old/
