__pycache__/ *.py[cod] .pytest_cache/ .coverage htmlcov/ .DS_Store .env *.db *.db-* *.sqlite* *.log *_history.jsonl data/ downloads/ _archive/ _todo/ pictures/ photos/ _IGNORE/ # Test failure evidence (US07-04) .artifacts/ # Any dotenv, not only the default name. *.env # Local virtualenv for running the app. .venv/ # setuptools editable-install metadata. *.egg-info/