# Build / editor artifacts
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
.DS_Store
