# Node.js
**/node_modules/

# Virtual Environment
.venv/
venv/
ENV/

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

# Redis
dump.rdb

# Tests
.coverage
htmlcov/
.pytest_cache/
.tox/
coverage.xml
*.cover
