Lilith Shell

by charles-adedotun
Verified
# Python bytecode and cache __pycache__/ *.py[cod] *$py.class *.so .Python *.pyc # Distribution / packaging build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ env/ ENV/ .venv/ .env/ .python-version # Testing .coverage htmlcov/ .pytest_cache/ .tox/ coverage.xml *.cover .hypothesis/ .nox/ __pycache__/ # Logs *.log logs/ pandoras_shell.log lilith_shell.log # Documentation docs/_build/ docs/build/ docs/source/_autosummary/ .doctrees/ # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store *.sublime-project *.sublime-workspace *.iml .spyderproject .spyproject .ropeproject .projectile *.pyc # MCP specific .mcp-cache/ .mcp-server/ .mcp/ # Project specific config.json .telemetry .ruff_cache/ .mypy_cache/ # Temporary files *.tmp *~ .*.swp .*.swo