# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Jupyter Notebook .ipynb_checkpoints # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation /docs/_build/ # PyBuilder .pybuilder/ target/ # IPython profile_default/ ipython_config.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ # mypy .mypy_cache/ .dmypy.json .dmypy.json # Data / models *.pt *.pth *.onnx *.engine *.tflite *.bin *.weights runs/ outputs/ checkpoints/ models/ artifacts/ __pycache__/ .venv/ venv/ .env *.log *.tmp # Datasets *.zip *.tar *.tar.gz *.tgz *.7z *.rar *.csv *.jsonl *.parquet *.npy *.npz *.rec # OS files .DS_Store Thumbs.db # Editor history .history/