| 1234567891011121314151617181920212223242526272829303132333435363738 | 
							- # After symlinking this to your home dir, run:
 
- # > git config --global core.excludesfile ~/.gitignore
 
- *.envrc
 
- known_hosts.old
 
- .ropeproject
 
- flower
 
- group_vars_prod
 
- service-dtld
 
- dtld-test.ini
 
- pypicloud
 
- *.backup
 
- .dir-locals.el
 
- __pycache))
 
- *.pyc
 
- *.DS_Store
 
- GTAGS
 
- GRTAGS
 
- GPATH
 
- .tern-port
 
- cscope.out
 
- test-reports/
 
- test_el8_dev.db
 
- package-lock.json
 
- .pyenv-version
 
- .mypy_cache
 
- .venv
 
- .rest
 
- ._*
 
- .stignore
 
- local-config.diff
 
- .tern-port
 
- .mypy_cache
 
- org-gcal
 
- .tool-versions
 
- ssh/.ssh/known_hosts
 
- *.key
 
- emoijis
 
- sure-reqs.txt
 
 
  |