# Python cache and bytecode __pycache__/ *.py[cod] *$py.class # Native extensions *.so # Packaging .Python build/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ share/python-wheels/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .venv/ venv/ env/ ENV/ myenv/ .python-version # Test, coverage, type check, lint caches .coverage .coverage.* .hypothesis/ .mypy_cache/ .nox/ .pyre/ .pytest_cache/ .ruff_cache/ .tox/ htmlcov/ coverage.xml nosetests.xml *.cover *.py,cover # Notebook .ipynb_checkpoints/ # Environment files .env .env.* *.local # IDE and OS files .DS_Store .idea/ .settings/ .vscode/ # Project runtime files images/ output/ # Local certificates and keys cert/nginx/*.crt cert/nginx/*.key