# Python cache __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ *.egg # Virtual environments .venv/ venv/ env/ ENV/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Git .git/ .gitignore # Deployment scripts deploy_to_hf.sh deploy_to_hf.py # Tests tests/ # Logs *.log