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

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Stride local data
~/.stride/

# Environment
.env
.env.local

# Test
.pytest_cache/
.coverage
htmlcov/
cli/tests/test-browser-profile/
cli/tests/fixtures/
