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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!frontend/src/lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject

# Testing / Coverage
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/

# Jupyter
.ipynb_checkpoints/

# OS files
.DS_Store
Thumbs.db

# Project specific
.omc/
.playwright-mcp/
*.pdf
!tests/fixtures/*.pdf

# ruff cache
.ruff_cache/