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

# uv
.uv/

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Node (npm shim)
node_modules/

# Editors / OS
.DS_Store
.vscode/
.idea/

# Wattage local state
.wattage/*.local.json

# Generated benchmark artifacts (regenerated by harness, not hand-authored)
benchmarks/report/*.html
benchmarks/report/*.png

# mkdocs build output
site/

# Ad-hoc `wattage ci` output artifacts generated while testing locally
/wattage.sarif
/junit.xml
/wattage-badge.svg

# Internal build spec / planning doc — kept locally, not part of the public repo
/WATTAGE_BUILD_DOC.md
