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

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

# Virtual environments
.venv/
venv/
smoke*/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# PythonSCAD output
*.stl
*.3mf
*.off
*.amf
*.csg

# Local comparison geometry (keep clone, ignore generated meshes)
tests/*.stl
tests/*.off
tests/gridfinity-rebuilt-openscad/

# Coverage
.coverage
htmlcov/
.pytest_cache/
