| # Python | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| .env | |
| # Artifacts | |
| artifacts/ | |
| logs/ | |
| mlflow/ | |
| ltm_store/ | |
| # Editor | |
| .vscode/ | |
| .idea/ | |
| # OS | |
| .DS_Store | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| .env | |
| # Artifacts | |
| artifacts/ | |
| logs/ | |
| mlflow/ | |
| ltm_store/ | |
| # Editor | |
| .vscode/ | |
| .idea/ | |
| # OS | |
| .DS_Store | |