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

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

# Virtual Environments
.venv/
venv/
env/
ENV/

# Unit test / coverage reports
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# macOS / Windows specific
.DS_Store
Thumbs.db

# Project specific (Optional, remove if you don't use these)
.mypy_cache/
.ruff_cache/
