# General
.vscode/
.env
.DS_Store
.venv/
dist/

# Internal
devdocs/
devscripts/

# site folder
site/

# Python
__pycache__
.ruff_cache/
.hypothesis/

# Tests
.coverage
htmlcov/
.pytest_cache/