node_modules
dist
.DS_Store
*.tsbuildinfo
coverage
*.timestamp-*
.superpowers
.var/

# var.lock.json baselines written by var-cli integration tests (temp fixtures)
typescript/packages/var-cli/tests/fixtures/run-basic/var.lock.json
typescript/packages/var-cli/tests/fixtures/drift-tmp-*/
# var.lock.json written by the Python conformance dogfood command
python/var.lock.json
# var.lock.json written into the Kotest fixture roots on every test run
# (the drift fixture's baseline IS committed and is not listed here)
java/var-kotest/src/test/resources/kotest-smoke/var.lock.json
java/var-kotest/src/test/resources/kotest-failing/var.lock.json
.claude/*
!.claude/skills/

# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.lcov

release/dist/
