@@ -9,8 +9,8 @@ __pycache__/
99# we are a library, don't lock the requirements
1010uv.lock
1111
12- # PyCharm
13- # Keep some to help new users...
12+ # PyCharm ignore
13+ # Keep the dictionary to help new users...
1414.idea /codeStyles
1515.idea /dictionaries /*
1616! .idea /dictionaries /music21.xml
@@ -72,34 +72,24 @@ nosetests.xml
7272/.vscode
7373* .code-workspace
7474
75- # remove all from autogenerated except conf.py
75+ # remove all from autogenerated except conf.py and index.rst
7676documentation /autogenerated /** /*
7777documentation /autogenerated /** /* .png
7878! documentation /autogenerated /conf.py
7979! documentation /autogenerated /index.rst
8080documentation /build /** /*
81-
8281** -checkpoint.ipynb
8382documentation /source /usersGuide /.ipynb_checkpoints
8483documentation /source /usersGuide /.ipynb_checkpoints /**
8584
86- documentation /source /tutorials /MersenneDemo.rst
87- documentation /source /tutorials /MersenneDemo_files /_fig_01.png
88- documentation /source /tutorials /MersenneDemo_files /_fig_03.png
89- documentation /source /tutorials /MersenneDemo_files /_fig_05.png
90-
91- .pylintrc~
92-
93- .cache /v /cache /lastfailed
94-
95- .cache /v /cache /lastfailed
96-
9785.ropeproject /config.py
9886.pytest_cache
9987.pytest_cache /**
10088music21 /monkeytype.sqlite3
10189.pytest_cache /v /cache /nodeids
10290.pytest_cache /v /cache /lastfailed
103- .pytest_cache /v /cache /nodeids
10491.dmypy.json
92+
93+ # Emacs backups
10594* .txt~
95+ * .py~
0 commit comments