# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environment
.venv/

# DevMemory data
.devmemory/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
htmlcov/
.coverage

# Screenshots (Playwright)
tests/screenshots/
