# Ambiente virtual .venv/ venv/ ENV/ env/ .env/ .python-version # Arquivos Python __pycache__/ *.py[cod] *$py.class *.so build/ dist/ *.egg-info/ # Arquivos de ambiente .env .env.* !.env.example !.env.huggingface # IDE .idea/ .vscode/ *.swp *.swo # Sistema .DS_Store Thumbs.db # Cache e logs *.log .cache/ .pytest_cache/ .model_cache/ # Hugging Face .huggingface/ .hf-cache/ .transformers/ .torch/ # Arquivos grandes videos/ *.mp4 *.avi *.mov *.mkv *.webm *.pt *.pth *.onnx *.tflite *.h5 *.model *.bin *.tar *.gz *.zip