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

# Virtual environments
.venv/
venv/
env/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# macOS
.DS_Store

# E2E test runtime artifacts
e2e_report.json
e2e_session.json
**/e2e_test_files/

# Local environment overrides — must NOT be committed
.env
.env.local
.env.*.local
