# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/

# Testing
.pytest_cache/

# IDE
.vscode/
.idea/

# OS
Thumbs.db
.DS_Store

# uv
uv.lock
