#### make it a standard gitignore file.

# caches
**/__pycache__/
**/.pytest_cache
**/.idea
**/.vscode
**/*.egg-info
**/*.pyc
**/.ipynb_checkpoints
**/.DS_Store
**/*.ipynb

# dirs should be ignored
# ignore figures?
1_data/
5_output/
7_figure/
8_tmp/