# Virtual environments .venv/ venv/ env/ ENV/ # Python cache __pycache__/ *.py[cod] *$py.class *.pyo # Distribution / packaging dist/ build/ *.egg-info/ *.egg # IDE / Editor .idea/ .vscode/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Testing / Coverage .pytest_cache/ .coverage htmlcov/ .tox/ # Jupyter .ipynb_checkpoints/