# Secrets .env .env.local .env.*.local # Python __pycache__/ *.pyc *.pyo .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ *.egg-info/ dist/ build/ # uv .uv/ # IDE .vscode/ .idea/ *.swp # OS .DS_Store Thumbs.db # Data / runtime data/ logs/ *.log *.db *.sqlite *.sqlite3 profiles/ archive/ # Reports reports/*.json reports/*.html !reports/.gitkeep