# Python
.venv
__pycache__/
*.pyc
*.pyo
*.egg-info/
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Generated files
htmlcov/
dist/
build/
site/
reports/

# Generated report/output files
coverage.xml
junit.xml
slowql_session_*.json
slowql_results_*.json
slowql_report_*.json
slowql_report_*.csv
slowql_report_*.html
slowql_report_*.sarif

# IDE
.idea/

# VS Code extension build artifacts
editors/vscode/node_modules/
editors/vscode/out/
editors/vscode/.vscode-test/
*.vsix
npm-debug.log*
yarn-error.log*
pnpm-debug.log*

# OS/editor noise
.DS_Store

# Local cache
.slowql_cache/
