file # 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/ wheelhouse/ *.egg-info/ .installed.cfg *.egg MANIFEST # 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/ # Type checkers .mypy_cache/ .pyre/ .pytype/ # Linting / formatting .ruff_cache/ # Jupyter Notebook .ipynb_checkpoints # Django / Flask / FastAPI (common) *.log local_settings.py instance/ .webassets-cache # Sphinx documentation docs/_build/ # Virtual environments .venv/ venv/ ENV/ env/ env.bak/ venv.bak/ # Environment variables / secrets .env .env.* *.env # Editors / IDEs .vscode/ .idea/ *.sublime-project *.sublime-workspace # OS files .DS_Store Thumbs.db # PyCharm *.iml