# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv # IDEs and Editors .vscode/ .idea/ *.swp *.swo *~ .DS_Store *.sublime-project *.sublime-workspace # Jupyter Notebook .ipynb_checkpoints *.ipynb # pytest .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Cursor IDE .cursor/ # Environment variables .env .env.local .env.*.local # OS files .DS_Store Thumbs.db *.log # Project specific *.pyc __pycache__/