Spaces:
Sleeping
Sleeping
| # Environment files | |
| .env | |
| .env.local | |
| .env.production | |
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| # Generated videos | |
| *.mp4 | |
| *.mov | |
| *.avi | |
| # Manim outputs | |
| media/ | |
| new*.py | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # IDE files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Logs | |
| *.log | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |