# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ *.egg-info/ dist/ build/ # Data and Models data/training/ src/models/pretrained/*.pkl src/models/pretrained/*.joblib *.h5 *.joblib # Credentials .env credentials/ *.json !config/*.json !config/*.yaml # Logs logs/*.log *.log # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Checkpoints checkpoints/ *.checkpoint # Results results/ output/ # Pytest .pytest_cache/ .coverage htmlcov/ # MyPy .mypy_cache/ .dmypy.json dmypy.json # Temporary files *.tmp *.bak *~