# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Local settings
.env
.env.local

# FreeCAD / CAE artifacts
*.FCStd1
*.FCStd2
*.step
*.stp
*.iges
*.igs
*.frd
*.dat
*.inp
*.vtk
*.msh

# Job workspaces (if created locally)
runs/
jobs/

# Claude local agent settings
.claude/settings.local.json
.agents/

# FreeCAD backup files
*.FCBak

# Generated help artifacts
--help.cvg
--help.sta
