| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Virtual Environment | |
| venv/ | |
| ENV/ | |
| env/ | |
| .venv | |
| sparknet/ | |
| # Node modules | |
| node_modules/ | |
| frontend/node_modules/ | |
| .next/ | |
| frontend/.next/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # Logs | |
| *.log | |
| logs/ | |
| *.out | |
| *.err | |
| # Data and Models | |
| data/ | |
| *.db | |
| *.sqlite | |
| *.pkl | |
| *.pth | |
| *.pt | |
| *.bin | |
| *.safetensors | |
| checkpoints/ | |
| # Memory and Cache | |
| .cache/ | |
| *.cache | |
| .chroma/ | |
| memory/ | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| # Jupyter | |
| .ipynb_checkpoints | |
| *.ipynb | |
| # Environment | |
| .env | |
| .env.local | |
| .env.*.local | |
| # OS | |
| Thumbs.db | |
| Desktop.ini | |
| # SPARKNET specific | |
| Dataset/* | |
| !Dataset/.gitkeep | |
| *.tmp | |
| .backup/ | |
| outputs/ | |
| uploads/ | |
| # Large files | |
| *.pptx | |
| *.docx | |
| *.zip | |
| *.tar.gz | |
| # Presentation files | |
| presentation/*.pptx | |
| # Claude/AI tool configs | |
| .claude/ | |