# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.env
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# IDE
.idea/
.vscode/

# Marketing artifacts (generated)
artifacts/marketing/frames.txt
artifacts/tmp/
