-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
83 lines (80 loc) · 1.46 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/.crates.toml
/.crates2.json
/etc/jupyter
/etc/linux-home/vim/.netrwhist
/etc/linux-home/tmux/resurrect/
/etc/linux-home/vim/spellfile.en.utf-8.add*
/lib/
/pipx/
/share/
# Python package bin stuff
# -- Automate?
/bin/activate-global-python-argcomplete
/bin/ansible
/bin/ansible-config
/bin/ansible-connection
/bin/ansible-console
/bin/ansible-doc
/bin/ansible-galaxy
/bin/ansible-inventory
/bin/ansible-playbook
/bin/ansible-pull
/bin/ansible-test
/bin/ansible-vault
/bin/automat-visualize
/bin/cftp
/bin/ckeygen
/bin/conch
/bin/git-filter-repo
/bin/git-nbdiffdriver
/bin/git-nbdifftool
/bin/git-nbmergedriver
/bin/git-nbmergetool
/bin/hg-nbdiff
/bin/hg-nbdiffweb
/bin/hg-nbmerge
/bin/hg-nbmergeweb
/bin/jupyter
/bin/jupyter-dejavu
/bin/jupyter-execute
/bin/jupyter-kernel
/bin/jupyter-kernelspec
/bin/jupyter-migrate
/bin/jupyter-nbconvert
/bin/jupyter-run
/bin/jupyter-server
/bin/jupyter-troubleshoot
/bin/jupyter-trust
/bin/mailmail
/bin/nbdiff
/bin/nbdiff-web
/bin/nbdime
/bin/nbmerge
/bin/nbmerge-web
/bin/nbshow
/bin/pbr
/bin/poetry
/bin/pygmentize
/bin/pyhtmlizer
/bin/python-argcomplete-check-easy-install-script
/bin/register-python-argcomplete
/bin/send2trash
/bin/tkconch
/bin/tqdm
/bin/trial
/bin/twist
/bin/twistd
/bin/virtualenv
/bin/virtualenv-clone
/bin/virtualenvwrapper.sh
/bin/virtualenvwrapper_lazy.sh
/bin/wamp
/bin/wormhole
/bin/xbrnetwork
/bin/xbrnetwork-ui
# Locally built stuff
/bin/uncrustify
# JetBrains tool scripts
/bin/clion
/bin/jetbrains-toolbox
/bin/pycharm