# OS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.venv/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
/docs/.next
/docs/node_modules
/docs/public/_pagefind
/tmp
