# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.so
*.pyd
*.dll

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Generated SWIG files are committed so normal wheel builds do not need SWIG.

# Test output / generated mesh files
*.inp
_gpu_test/
test_output/
_test_one/

# Python virtual env
.venv/

# Claude settings
.claude/
