# Python
__pycache__/
*.pyc
.venv/
.env
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/
.DS_Store

# 0b1 Specific
key.json
*.key
tests/
