# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtuální prostředí
.venv/
venv/
ENV/

# PyCharm a IDE balast
.idea/
.vscode/
.pytest_cache/

# Výstupy naší knihovny
shield_reports/

# Python build and distribution
dist/
build/
*.egg-info/
test_dummy_*