# Vault data (allow encrypted team bundle to be committed)
.ownlock/*
!.ownlock/team.olbundle
*.db

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

# Testing
.pytest_cache/
.coverage
.coverage.json
coverage.json
.coverage-full.json
htmlcov/
htmlcov/

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