Changeset - 0d88befa5132
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 8 months ago 2024-05-13 02:50:19
drewp@bigasterisk.com
cull hgignore ; try to eliminate __pycache__ in the source tree but gave up
2 files changed with 13 insertions and 45 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
__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
pyproject.toml
Show inline comments
 
@@ -64,15 +64,12 @@ dev = [
 
    "yapf>=0.33.0",
 
    "pydeps>=1.12.5",
 
    "nose2>=0.13.0",
 
    "pytest-watch>=4.2.0",
 
    "-e file:///my/proj/rdfdb#egg=rdfdb",
 
]
 

	
 
[[tool.pdm.source]]
 
name = "pypi"
 
url = "https://pypi.org/simple"
 
verify_ssl = true
 

	
 
[build-system]
 
requires = ["pdm-pep517"]
 
build-backend = "pdm.pep517.api"
0 comments (0 inline, 0 general)