# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl

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

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

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

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Documentation
site/

# OS
.DS_Store
Thumbs.db

# uv

search_parser_prompt.md