# ============================================================
# SciResearchKit — repo-wide gitignore
# ============================================================

# ---- Python / PyPI build outputs ----
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.venv/
venv/

# Hatch build artifacts (PyPI wheel + sdist)
packaging/pypi/dist/
# Auto-mirrored corpus (regenerated by hatch_build.py on every `python -m build`)
packaging/pypi/src/sciresearchkit/data/

# ---- Node / TypeScript / VS Code extension build outputs ----
node_modules/
packaging/vscode/dist/
packaging/vscode/out/
packaging/vscode/*.vsix
packaging/vscode/.vscode-test/

# ---- Editor / OS junk ----
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp

# ---- Local scratch ----
_trace/
_srk_logo_clean.png
_cmp.*
_svg_render.png
_trace_render.png
