# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.pyright/

# Environments
.venv/
.env

# Builds
dist/
build/
site/

# OS/editor
.DS_Store
.vscode/
.idea/

# Generated reports
scieqlint.sarif
scieqlint.json
