# Python virtual environments venv/ venv311/ *.venv/ # Python cache files __pycache__/ *.py[cod] *$py.class # Environment variables .env *.env # IDE and editor files .vscode/ .idea/ *.sublime-project *.sublime-workspace # macOS system files .DS_Store .AppleDouble .LSOverride # Jupyter Notebook checkpoints .ipynb_checkpoints/ # Python package installation *.egg *.egg-info/ dist/ build/ eggs/ *.whl # Testing and coverage .coverage coverage.xml *.cover *.py,cover .tox/ .pytest_cache/ cache/ # Logs and temporary files *.log *.log.* *.tmp temp/ *.json # Dependency directories pip-wheel-metadata/ .pip_cache/ .wheels/ # Byte-compiled / optimized / DLL files *.so *.pyd *.dll # Hugging Face Space specific *.ipynb *.parquet *.feather *.pickle *.pkl *.h5 *.joblib # Miscellaneous *.swp *~ *.bak *.old project_struct.txt test.py result.txt