# virtual environments
.venv/
venv/
.venv-test/

# python cache
__pycache__/
*.pyc

# build outputs
dist/
build/
*.egg-info/

# test cache
.pytest_cache/

# OS/editor
.DS_Store
.vscode/