Spaces:
Sleeping
Sleeping
| # Build artifacts | |
| build/ | |
| dist/* | |
| !dist/*.exe | |
| *.spec | |
| *.egg-info/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .env | |
| .venv/ | |
| env/ | |
| venv/ | |
| # Node.js | |
| node_modules/ | |
| .next/ | |
| out/ | |
| # Brain Runtime & Storage | |
| .brain/ | |
| .brains/ | |
| # System | |
| .DS_Store | |
| Thumbs.db | |