# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.eggs/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Distribution / packaging
*.whl
*.tar.gz

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

# macOS
.DS_Store

# Briefcase
logs/
dist/

# Icon build artifacts
resources/*.iconset/

# Testing
.coverage
htmlcov/

# Scratch files
scratch/
test*.scad
ntest*.scad
# A local working copy of BOSL2's, sitting next to the test-*.scad that
# includes it. Twice swept into a commit by a `git add -A`; add -f if it
# is ever meant to be tracked.
nurbs.scad
test30_mesh.off
test30_surface.dat
profile_eval.py

# graphify
graphify-out/

# Wiki content — its own git repo, pushed to BelfrySCAD.wiki.git
wiki/
