# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
dist/
build/
*.whl
*.tar.gz

# Environments
.venv/
.venv-*/
.env

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
coverage.xml
node_modules/

# uv
uv.lock

# OS / editors
.DS_Store
.idea/
.vscode/
site/
