# Test artifacts
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
reports/*.html
reports/*.xml

# Playwright artifacts
test-results/
traces/
videos/
downloads/

# Screenshots (except baselines)
screenshots/*-actual.png
screenshots/*-diff.png

# Performance test results
*.log
locust-*.csv
tests/performance/results/
tests/performance/reports/
.benchmarks/

# Virtual environments
.venv/
venv/

# Build artifacts
*.egg-info/
dist/
build/
