.venv/ .venv311/ venv/ __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ .pytest-temp/ .pytest-cache/ .ruff_cache/ .mypy_cache/ .coverage htmlcov/ dist/ build/ node_modules/ .env .env.* !.env.example !.env.local.example !.env.development.example !.env.testing.example !.env.production.example working/ working.secret/ generated/ logs/ *.log *.db *.sqlite *.sqlite3 .DS_Store .idea/ .vscode/