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

# Environment / secrets (none used, but defensive)
.env
.env.*
.auth.json
cookies.json
storageState.json

# Output / cache (user-generated)
*.json
!package.json
!jpjobs.config.example.json
!tests/fixtures/**/*.json
cache/
output/
jobs.csv
jobs.md
jobs.txt
*.log

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
