# Build artifacts
dist/
build/
*.egg-info/

# Caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Environments
.venv/
venv/

# Editor / OS
.DS_Store
.idea/
.vscode/
