__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 .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ automlenv/ .pytest_cache/ .coverage htmlcov/ *.cover .hypothesis/ *.log .vscode/ .idea/ *.swp *.swo *~ mlflow/mlruns/ mlruns/ mlartifacts/ .dvc/cache/ .dvc/tmp/ data/ !data/.gitkeep !data/sample_data.csv .ipynb_checkpoints/ *.ipynb_checkpoints .DS_Store Thumbs.db *.bak *.tmp node_modules/ package-lock.json .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ # Large artifact data files artifacts/data_ingestion/*.csv artifacts/data_transformation/*.csv artifacts/feature_engineering/*.csv artifacts/data/raw/ artifacts/data/processed/ artifacts/data/features/