| # Ignore unnecessary files for Docker build | |
| node_modules/ | |
| venv/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.log | |
| .git/ | |
| .gitignore | |
| *.md | |
| !README.md | |
| !README_SPACE.md | |
| precomputed_data/*.parquet | |
| precomputed_data/*.pkl | |
| cache/ | |
| *.db | |
| .DS_Store | |
| # Ignore unnecessary files for Docker build | |
| node_modules/ | |
| venv/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.log | |
| .git/ | |
| .gitignore | |
| *.md | |
| !README.md | |
| !README_SPACE.md | |
| precomputed_data/*.parquet | |
| precomputed_data/*.pkl | |
| cache/ | |
| *.db | |
| .DS_Store | |