__pycache__/
*.py[cod]
.venv
.vscode
.cursorrules
*.log
.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
dist/
build/
*.egg-info/
.coverage
coverage.xml
htmlcov/

# Release artifacts
.github/release/

