# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# venv / uv
.venv/

# narzędzia
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS / IDE
.DS_Store
.idea/
.vscode/
