# Python __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ ENV/ # Environment files .env # VS Code / IDE .vscode/ .idea/ *.code-workspace # Jupyter .ipynb_checkpoints # PyTorch model checkpoints (local heavy files) best_all_categories_clifford.pt # If you prefer ignoring all .pt/.pth files, uncomment the next line # *.pt # *.pth # Distribution / build build/ dist/ *.egg-info/ .eggs/ # Logs and temp *.log *.tmp *.bak # OS files .DS_Store Thumbs.db