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

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

# pyenv (developer-local; pyproject.toml's requires-python is the
# project-wide source of truth).
.python-version

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
