# Keep build context small and reproducible. # NOTE: Do NOT ignore `Dockerfile` or `README.md` (required by Spaces). # Git .git # Env (keep templates) .env .env.local .env.*.local # Python **/__pycache__/ **/*.py[cod] .venv/ venv/ .pytest_cache/ .coverage htmlcov/ **/*.egg-info/ dist/ build/ # Node **/node_modules/ frontend/dist/ # IDE/OS .idea/ .vscode/ *.swp *.swo *~ .DS_Store Thumbs.db *.log