#Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

#Distribution
build/
dist/
*.egg-info/
*.egg

#Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

#Project specific
*.log
.env
redis-data/