# venv / python cache .venv/ __pycache__/ *.pyc .pytest_cache/ .ruff_cache/ # env / secrets .env # local data / sqlite data/ *.db # editor .vscode/ # OS .DS_Store Thumbs.db