# Virtual environment folders MLvenv/ venv/ # Node.js dependencies node_modules/ # Python cache __pycache__/ *.py[cod] *.pyo # Other common Python and IDE ignores *.ipynb_checkpoints *.env .DS_Store .idea/ .vscode/