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

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env
.env.*
!.env.example

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# macros (user-specific, not part of the package)
ugs_mcp/macros/*.gcode
ugs_mcp/macros/*.nc
ugs_mcp/macros/*.txt

# OS
.DS_Store
