# Local secrets .env .env.* !.env.example # Python caches and test output __pycache__/ *.py[cod] *$py.class .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Local virtual environments .venv/ venv/ env/ # Generated CAD artifacts outputs/ data/ # Local test inputs (not tracked; HF Spaces rejects raw binaries) inputs/ # OS and editor files .DS_Store .idea/ .vscode/