# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl
*.tar.gz
MANIFEST

# Virtual environments
.venv/
venv/
env/
.env/

# pytest / coverage
.pytest_cache/
pytest-cache-files-*/
.coverage
coverage.xml
htmlcov/

# mypy / ruff
.mypy_cache/
.ruff_cache/

# PyCharm
.idea/

# Distribution / packaging
*.dist-info/
site-packages/

# OS
.DS_Store
Thumbs.db

# Env soubory (nikdy do gitu)
.env
.env.*
!.env.example
