# Python __pycache__/ *.py[cod] *.pyo *.pyd # Virtual environments .venv/ venv/ env/ # Distribution / packaging build/ dist/ *.egg-info/ *.spec.bak # Testing .pytest_cache/ .mypy_cache/ .coverage htmlcov/ # Environment .env *.env.local # IDE .vscode/settings.json .idea/ # Claude .claude/ .claudeignore # App temp / tag soubory *.!tag *.!ftag *.!gtag # Data samples (binary/media, not source) data/samples/ # Documentation not for commit DESIGN_DOCUMENT.md AGENTS.md TEMPLATE.md CLAUDE.md