# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/
.env/

# Build & distribution
dist/
build/
*.egg-info/
*.egg
.eggs/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Type checking
.mypy_cache/
.dmypy.json
.pyright/
.ruff_cache/

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

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Project-specific outputs
workable_jobs_*.xlsx

# Playwright
playwright-report/
test-results/
