# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
ENV/
# Packaging / builds
build/
dist/
*.egg-info/
# Test / coverage
.pytest_cache/
.coverage
htmlcov/
# Editors / OS
.vscode/
.DS_Store