# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtualenvs
.venv/
venv/
env/
ENV/

# uv
.uv/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# NDL runtime data
*.db
*.sqlite
*.sqlite3
*.log
.ndl/

# Docs build
site/

# Playwright
.cache/ms-playwright/

# Python versions
.python-version
