# Secrets .env *.env !example.env # Downloaded stickers downloads/ # Virtual environments venv/ .venv/ env/ # Python build & cache artefacts __pycache__/ *.py[cod] *.egg-info/ build/ dist/ .pytest_cache/ .ruff_cache/ .coverage htmlcov/ # Editors / OS .idea/ .vscode/ .DS_Store