# Python *.py[cod] *$py.class *.so *.egg *.egg-info dist/ build/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.manifest *.spec # Virtual Environments .venv/ venv/ ENV/ env/ .virtualenv/ # PyCharm .idea/ *.iml .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/dictionaries .idea/**/shelf # VS Code .vscode/ *.code-workspace .history/ # Jupyter Notebook .ipynb_checkpoints *.ipynb # Flask instance/ .webassets-cache .env .flaskenv # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # macOS .DS_Store .AppleDouble .LSOverride # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msix *.msm *.msp *.lnk # Linux *~ # Logs *.log logs/ *.log.* # Database *.db *.sqlite *.sqlite3 # Environment variables .env .env.local .env.*.local # IDEs *.swp *.swo *.swn .project .classpath .settings/ # Backup files *.bak *.tmp *.temp # Cache __pycache__/ *.pyc .cache/ # Model files (uncomment if you don't want to commit large model files) *.pkl *.h5 *.pb *.pth *.onnx