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

# Virtual environments
.venv/
venv/
env/

# Testing and coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Tooling
.mypy_cache/
.ruff_cache/

# Node / Next.js
node_modules/
.next/
out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.tsbuildinfo

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

# Environment and secrets
.env
.env.*
!.env.example

# Playwright artifacts
playwright-report/
test-results/

# OS files
.DS_Store
Thumbs.db
