# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / coverage / type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Tooling
.python-version.local

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Concord local work-state (regenerated per machine)
.concord/

# Playwright browsers (installed out-of-tree, but just in case)
ms-playwright/
