# Virtual environments venv/ env/ ENV/ # Jupyter Notebook checkpoints .ipynb_checkpoints/ *.ipynb_checkpoints # Python cache __pycache__/ *.py[cod] *$py.class *.so # pyenv .python-version # IDE .vscode/ .idea/ *.swp *.swo # OS files .DS_Store Thumbs.db