# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Virtual environments
.venv
venv/
ENV/
env/

# uv
.uv/
__pypackages__/
# uv.lock is ignored because this is a library, not an application.
# Library users should get the latest compatible versions of dependencies.
uv.lock

# Ruff
.ruff_cache/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.iml

# OS
.DS_Store
Thumbs.db

# Project-specific
*nogit*
*.local.*
.serena/
.env
