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

# Node
node_modules/
dist/
*.tsbuildinfo

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/

# Build
build/
*.log
.turbo
.playwright-mcp

.env