# Environment .env .venv/ # Python __pycache__/ *.pyc *.pyo *.egg-info/ dist/ build/ .vscode/ # IDE .cursor/ .cursorignore .claude/ CLAUDE.md AGENTS.md # Dev files dev/ .pytest_cache/ # Model weights (never commit) *.onnx *.pt *.bin *.safetensors model_cache/ # OS .DS_Store codex-skills/ blog/