| # Large data and model files (exceed GitHub's 100MB limit or kept out of repo) | |
| # See README for how to obtain these. | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| *.egg-info/ | |
| .eggs/ | |
| dist/ | |
| build/ | |
| # Virtual envs | |
| .env | |
| .venv | |
| venv/ | |
| env/ | |
| # IDE / OS | |
| .idea/ | |
| .vscode/ | |
| .DS_Store | |
| *.swp | |
| *~ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| *.ipynb_checkpoints | |
| # Optional: uncomment to also ignore generated outputs | |
| # spectra.png | |
| # dynamics.png | |