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

# Virtual environments
.venv*
venv

# local config
.env
.envrc
uv.lock
.python-version

# docs page
docs/.jekyll-cache*
docs/_site
