# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments .venv/ venv/ ENV/ env/ ENV/ local/ ENV/ lib/ # Environment variables and secrets (NEVER commit these) .env .yaml *.env *.secret # Inline documentation / Sphinx docs/_build/ # PyTest / Coverage / Code Analysis .cache/ .pytest_cache/ .htmlcov/ htmlcov/ .coverage .coverage.* .coveragerc .mypy_cache/ .dmypy.json dmypy.json .ruff_cache/ # IDEs and Editors .vscode/ .idea/ *.swp *.swo .DS_Store