# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# Node
node_modules/
.next/
.turbo/

# Testing
.pytest_cache/
htmlcov/
.coverage
test-results/
playwright-report/
tests/sharingan/screenshots/

# OS
.DS_Store
Thumbs.db

# Sharingan output
SHARINGAN_REPORT.md
SHARINGAN_PLAN.md

# Environment
.env
.env.local
