# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.pypirc
.pypitoken

# Virtual environments
.venv
.env

# Testing
.coverage
.pytest_cache/
htmlcov/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# uv/pip
uv.lock
.python-version
