- New compact_sets.py with Pitch, Chord, HarmonicSpace classes - Voice leading graph with change parameter (instead of symdiff) - CLI: --change, --dims, --chord-size, --max-path, --seed - Tests for core functionality - .gitignore for Python/pytest
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
output_*.json
|
|
output_*.txt
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|