# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# uv lock file
uv.lock

# Continue helper files
.continue/**

# Test output and local test script
test_out/*
tests/run_test.py