# Python __pycache__/ *.py[cod] *.egg-info/ build/ dist/ .venv/ venv/ # Tooling .pytest_cache/ .ruff_cache/ .mypy_cache/ # LLeMbas runtime .env data/ *.db *.db-journal *.db-wal *.db-shm # Editors / OS .vscode/ .idea/ .DS_Store *.swp