# Python cache __pycache__/ *.pyc *.pyo *.pyd .Python # Model files (will be downloaded from Google Drive) models/ *.pt *.pth # Virtual environments venv/ env/ ENV/ # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Data files data/ *.csv *.json # Logs *.log # Jupyter notebooks .ipynb_checkpoints/ # Temporary files *.tmp *.temp