Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv | |
| # Frontend | |
| frontend/node_modules/ | |
| frontend/dist/ | |
| frontend/.vite/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Environment | |
| .env | |
| .env.local | |
| .env.*.local | |
| # Storage | |
| storage/images/* | |
| storage/videos/* | |
| !storage/images/.gitkeep | |
| !storage/videos/.gitkeep | |
| # Git | |
| .git/ | |
| .gitignore | |
| # Documentation | |
| *.md | |
| !README.md | |
| # Docker | |
| Dockerfile | |
| docker-compose.yml | |
| .dockerignore | |
| # Output | |
| output_videos/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |