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

# macOS
.DS_Store

# Virtual environments
venv/
.venv/
env/

# Browser profiles (contain session cookies — never commit)
profile_source/
profile_dest/

# Runtime data (personal, not for repo)
data/

# Test caches
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
HANDOVER.md
