.env venv/ ai_env/ .venv/ __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ # Build and distribution artifacts build/ dist/ *.egg-info/ *.egg # --- Node.js / Frontend --- # The massive folder of downloaded packages frontend/node_modules/ # Build output from 'npm run build' frontend/dist/ # Log files frontend/npm-debug.log* frontend/yarn-debug.log* frontend/yarn-error.log* # Vite cache frontend/.vite/ # --- IDE / Editor / OS Files --- # VS Code .vscode/ # macOS .DS_Store # --- Data & ML Artifacts (Generated Files) --- # The local CSV files generated by your feature engineering pipeline data/ # The local directory where ML models are saved mlruns/ # The manually downloaded ML models that get copied into the Docker image ml_models/ # --- Temporary Files --- # Any temporary download scripts tmp_download.py tmp_down.py