# Python __pycache__/ *.py[cod] *.pyo *.pyd *.sqlite3 # Env .env .venv/ venv/ # Tooling .mypy_cache/ .ruff_cache/ .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/