# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so *.pyd *.dll # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ *.manifest *.spec pip-wheel-metadata/ # Virtual environment .venv/ venv/ ENV/ env/ env.bak/ # Installer logs pip-log.txt pip-delete-this-directory.txt # PyInstaller *.manifest *.spec # Unit test / coverage htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre .pyre/ # Pyright pyrightconfig.json # Pytest .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # PyCharm .idea/ *.iml # VSCode .vscode/ # macOS .DS_Store # Windows Thumbs.db ehthumbs.db desktop.ini # dotenv .env .env.* # Hugging Face Spaces spaces_env.json spaces/ zero_cache/ # Local dev overrides local_settings.py secret_config.json # Logs *.log logs/ # Temporary files *.bak *.tmp *.swp *.swo *~ # Generated images or data *.png *.jpg *.jpeg *.webp *.csv *.npz *.parquet *.h5 *.pt *.ckpt *.safetensors