# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
*.coverage
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.tar.gz
*.whl

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

# OS
.DS_Store
Thumbs.db

# uv lockfile (library: not committed)
uv.lock
