# Byte-compiled files
__pycache__/
*.py[cod]
*.so

# Packaging / build artifacts
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
.env

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.cache/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Playwright
test-results/

# Docs build output
site/

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