| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| env/ | |
| venv/ | |
| ENV/ | |
| *.egg-info/ | |
| *.egg | |
| *.log | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Pytest | |
| .cache | |
| .pytest_cache/ | |
| # VS Code | |
| .vscode/ | |
| .idea/ | |
| # System files | |
| .DS_Store | |
| Thumbs.db | |
| test.ipynb |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| env/ | |
| venv/ | |
| ENV/ | |
| *.egg-info/ | |
| *.egg | |
| *.log | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Pytest | |
| .cache | |
| .pytest_cache/ | |
| # VS Code | |
| .vscode/ | |
| .idea/ | |
| # System files | |
| .DS_Store | |
| Thumbs.db | |
| test.ipynb |