changeset 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 1cbb52eac89b
children 3a2e58725037
files .hgignore pyproject.toml
diffstat 2 files changed, 13 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun May 12 19:32:50 2024 -0700
+++ b/.hgignore	Sun May 12 19:50:19 2024 -0700
@@ -1,49 +1,20 @@
+__pycache__
+_test_show/
+.pdm-python
+.pytest_cache
+\.coverage
 \.installed.cfg
-\.coverage
 \.keyboardcomposer\.savedlevels
 \.light9-window-geometry
-_test_show
-bin/ipython
-bin/python
-dmx_usb_module/.gitignore
-dmx_usb_module/Module.symvers
-dmx_usb_module/build/temp.linux-x86_64-2.7
-dmx_usb_module/dmx.c
-dmx_usb_module/dmx_usb.ko
-dmx_usb_module/dmx_usb_test
-dmx_usb_module/modules.order
-env
-env_pi
-lib/python2.7
-# keep bower.json nonboring
-light9/web/lib/[acdefghijklmnopqrstuvwyzQN]
-show/dance20../music
-show/dance201./sessions/?
-show/dance2011
-show/dance2012
-show/dance2013/build
-show/dance2014/build/?
-show/dance2014/music
-show/.*/spectrogram
-show/.*/doc
-stagesim/three.js-master
-tkdnd
-node_modules
-
+dist/
 lib/FlameGraph/
 lib/pyflame/
-show/dance..../capture
-show/dance2017/networking.n3
-show/dance2019/model/
-show/dance2019/video/
-show/dance2023/theater-models
-timelapse/
-__pycache__
+node_modules
 rgbled/build-nano328/
-__pypackages__
+show/.*/doc
+show/.*/spectrogram
+show/dance..../capture
+show/dance..../music
+show/dance..../theater-models
+src/light9.egg-info/
 work
-.pytest_cache
-
-src/light9.egg-info/
-dist/
-.pdm-python
\ No newline at end of file
--- a/pyproject.toml	Sun May 12 19:32:50 2024 -0700
+++ b/pyproject.toml	Sun May 12 19:50:19 2024 -0700
@@ -73,6 +73,3 @@
 url = "https://pypi.org/simple"
 verify_ssl = true
 
-[build-system]
-requires = ["pdm-pep517"]
-build-backend = "pdm.pep517.api"