# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Build
dist/
build/
*.egg-info/
*.egg

# Environment
.env
.env.*

# OS
.DS_Store

# IDE
.idea/
.vscode/

# Testing
.coverage
.pytest_cache/
htmlcov/

# uv
uv.lock
