# 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 # Virtual Environment venv/ ENV/ env/ .env # IDE .idea/ .vscode/ *.swp *.swo .project .pydevproject # Logs *.log logs/ log/ # Testing .coverage htmlcov/ .pytest_cache/ .tox/ # Distribution *.tar.gz *.zip # Replit specific .replit replit.nix .breakpoints .upm/ # Model files *.pt *.pth *.bin *.onnx # Other .DS_Store Thumbs.db