comparison .hgignore @ 2380:0d88befa5132

cull hgignore ; try to eliminate __pycache__ in the source tree but gave up
author drewp@bigasterisk.com
date Sun, 12 May 2024 19:50:19 -0700
parents 2088c500415e
children ab48a401ab02
comparison
equal deleted inserted replaced
2379:1cbb52eac89b 2380:0d88befa5132
1 __pycache__
2 _test_show/
3 .pdm-python
4 .pytest_cache
5 \.coverage
1 \.installed.cfg 6 \.installed.cfg
2 \.coverage
3 \.keyboardcomposer\.savedlevels 7 \.keyboardcomposer\.savedlevels
4 \.light9-window-geometry 8 \.light9-window-geometry
5 _test_show 9 dist/
6 bin/ipython
7 bin/python
8 dmx_usb_module/.gitignore
9 dmx_usb_module/Module.symvers
10 dmx_usb_module/build/temp.linux-x86_64-2.7
11 dmx_usb_module/dmx.c
12 dmx_usb_module/dmx_usb.ko
13 dmx_usb_module/dmx_usb_test
14 dmx_usb_module/modules.order
15 env
16 env_pi
17 lib/python2.7
18 # keep bower.json nonboring
19 light9/web/lib/[acdefghijklmnopqrstuvwyzQN]
20 show/dance20../music
21 show/dance201./sessions/?
22 show/dance2011
23 show/dance2012
24 show/dance2013/build
25 show/dance2014/build/?
26 show/dance2014/music
27 show/.*/spectrogram
28 show/.*/doc
29 stagesim/three.js-master
30 tkdnd
31 node_modules
32
33 lib/FlameGraph/ 10 lib/FlameGraph/
34 lib/pyflame/ 11 lib/pyflame/
12 node_modules
13 rgbled/build-nano328/
14 show/.*/doc
15 show/.*/spectrogram
35 show/dance..../capture 16 show/dance..../capture
36 show/dance2017/networking.n3 17 show/dance..../music
37 show/dance2019/model/ 18 show/dance..../theater-models
38 show/dance2019/video/ 19 src/light9.egg-info/
39 show/dance2023/theater-models
40 timelapse/
41 __pycache__
42 rgbled/build-nano328/
43 __pypackages__
44 work 20 work
45 .pytest_cache
46
47 src/light9.egg-info/
48 dist/
49 .pdm-python