# macOS
.DS_Store
.Spotlight-V100
.Trashes
.AppleDouble
.LSOverride

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDE
.idea/
.vscode/
.vs/
.zed/


# Added by cargo

/target
