-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·36 lines (33 loc) · 991 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·36 lines (33 loc) · 991 Bytes
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
*.pyc
.idea
.claude/*
build
dist
*.egg-info
*__pycache__
docs/build
docs/build_text
docs/make.bat
docs/Makefile
docs/scamp.rst
docs/clockblocks.rst
docs/expenvelope.rst
docs/pymusicxml.rst
docs/scamp
docs/clockblocks
docs/expenvelope
docs/pymusicxml
docs/scamp_extensions.*
*-mac-dylibs.tar.gz
# Version-suffixed wheel-download folders (e.g. dist-0.10.0/) from past releases.
dist-*
# Generated AI-tutor bundles: concatenations of the example scripts, rebuilt by
# _bundles/regenerate_bundles.sh (which is authored, hence not ignored). The tutor
# material is slated to move to the workspace mega-repo — see roadmap/Roadmap.md.
examples/_bundles/*.txt
# Native libs in _thirdparty/*_libs/ are populated at build time by the
# platform's before-build hook (or fetch_fluidsynth_libs.py for Windows),
# never committed. The directories themselves are kept via .gitkeep.
src/scamp/_thirdparty/windows_libs/*.dll
src/scamp/_thirdparty/mac_libs/*.dylib
src/scamp/_thirdparty/linux_libs/*.so*