amplify / .gitignore
github-actions
Sync from GitHub Fri Oct 24 05:20:07 UTC 2025
395be8e
raw
history blame contribute delete
700 Bytes
# --- OS / Editor ---
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
*.code-workspace
# --- Root caches ---
.pytest_cache/
.mypy_cache/
.pytype/
.pyright/
.coverage
coverage.xml
htmlcov/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.tsbuildinfo
# --- Python (backend) ---
backend/.venv/
backend/.env
backend/images/
venv/
ENV/
env/
**/__pycache__/
**/*.py[cod]
*.pyd
*.pyo
*.so
*.egg-info/
.eggs/
# --- Node / Vite (frontend) ---
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.local
frontend/.env.*.local
# Optional: local tooling caches
frontend/.cache/
# --- Misc build outputs (root) ---
/dist/
/build/
# --- OS sync artifacts ---
~$*
*.tmp
*.temp