| # Dependencies | |
| node_modules | |
| npm-debug.log | |
| # Build outputs | |
| .next | |
| out | |
| # Development files | |
| .git | |
| .gitignore | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # IDE | |
| .vscode | |
| .idea | |
| *.swp | |
| *.swo | |
| # Testing | |
| coverage | |
| .nyc_output | |
| # Misc | |
| *.md | |
| !README.md | |
| .DS_Store | |
| Thumbs.db | |
| # Generated clips (will be created at runtime) | |
| public/clips/* | |
| !public/clips/.gitkeep | |