# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.env
.venv
env/
venv/
ENV/

# IDE & Editor settings
.vscode/
.idea/
*.iml
.DS_Store

# Testing & Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Project specific generated files
# CI-generated PR-comment artifacts (conformance report + comment body)
conformance_report.md
pr_comment_body.md
*.wav
# ISO 532-1 normative validation signals are tracked explicitly
# (see tests/data/iso532_1/README.md for provenance and ISO attribution)
!tests/data/iso532_1/**/*.wav
!tests/data/iso532_1/*.wav
tests/*.png
snyk.sarif
issues_final*.json
node_modules/

# Local work plans (brainstorming specs, implementation plans, source library)
plan/
docs/superpowers/

# Astro docs site
site/node_modules/
site/dist/
site/.astro/

site/public/llms.txt
site/public/llms-full.txt
stub/dist/
stub/src/*.egg-info/
.playwright-mcp/
