# Carve metadata
*.crv

.claude/
test.py
test2.py
test3.py
test4.py

# VCS
.git/
.hg/
.svn/

# Python
__pycache__/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.tox/
.eggs/
.venv/
venv/

# JS
node_modules/

# Build output
dist/
build/
*.db
*.png
*.jpg
*.gif
*.ico
.playwright-mcp/
