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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.tox/
.nox/
.hypothesis/

# JavaScript / editor build artifacts
node_modules/
.next/
*.tsbuildinfo
*.vsix

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Generated implementation/example internals
coverage/
playwright-report/
test-results/
