Skip to content

Commit 521094d

Browse files
authored
Merge pull request #1853 from cuthbertLab/gitignore-clean
Clean out a few git-ignore tasks
2 parents 6cc266d + e4ee50a commit 521094d

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

.gitignore

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ __pycache__/
99
# we are a library, don't lock the requirements
1010
uv.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
7676
documentation/autogenerated/**/*
7777
documentation/autogenerated/**/*.png
7878
!documentation/autogenerated/conf.py
7979
!documentation/autogenerated/index.rst
8080
documentation/build/**/*
81-
8281
**-checkpoint.ipynb
8382
documentation/source/usersGuide/.ipynb_checkpoints
8483
documentation/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/**
10088
music21/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~

music21/spanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ def getSpannedElementIds(self):
416416
'''
417417
Return all id() for all stored objects.
418418
Was performance critical, until most uses removed in v7.
419+
419420
Used only as a testing tool now.
420421
Spanner.__contains__() was optimized in 839c7e5.
421422
'''

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ classifiers = [
4141
"Typing :: Typed",
4242
]
4343

44-
# when hatch-requirements-txt is stable, replace with that
4544
dependencies = [
4645
"chardet",
4746
"joblib",

0 commit comments

Comments
 (0)