# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so *.dylib *.metallib # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Translations *.mo *.pot # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Jupyter .ipynb_checkpoints # macOS .DS_Store .AppleDouble .LSOverride # Model files (too large for git) *.bin *.safetensors *.gguf *.ggml # Logs *.log logs/ # Temporary files tmp/ temp/ *.tmp # MLX cache .mlx_cache/ # Build artifacts packaging/_wheels/ packaging/_export/ packaging/_build/ *.dmg # Generated engine commit metadata (build-time artifact) omlx/_engine_commits.json # Generated build info (build-time artifact) omlx/_build_info.py # Tailwind CSS standalone CLI binary (download on demand via build_css.py) omlx/admin/tailwindcss-* # Git worktrees .worktrees/ # Swift rewrite architecture notes — kept locally for reference, not tracked. docs/native_app_architecture.md # UV lockfile uv.lock # generated TurboQuant memory report (machine-specific) tq_batch_memory.md