# Python __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 # Poetry poetry.lock .venv/ venv/ # Virtual Environment .env .venv env/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo .DS_Store # Jupyter Notebook .ipynb_checkpoints *.ipynb # ML/AI specific *.pt *.pth *.onnx *.h5 models/ checkpoints/ runs/ wandb/ logs/ .cache/ # Testing .coverage htmlcov/ .pytest_cache/ .tox/ # Distribution .Python dist/ build/ *.manifest *.spec # Misc .DS_Store .env.local .env.development.local .env.test.local .env.production.local