# Context files (development notes, not part of the package)
.context/

# Playwright MCP
.playwright-mcp/

# Root-level images
/*.png

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual environments
.venv/

# Auto-generated version file
src/pydantypes/_version.py

# Testing / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
coverage.xml

# Docs build output
site/

# Type checking
.mypy_cache/
.dmypy.json
.pytype/

# Environments
.env

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