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

# Test & tooling caches
.pytest_cache/
.coverage
htmlcov/
coverage/

# Node
node_modules/

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*~
