# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/

# Virtual/env
.venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editors/OS
.vscode/
.idea/
.DS_Store

# Build artifacts
dist/
build/
