Hammer on that run_tests.py thing again.
[python_utils.git] / .gitignore
index 8ff0b994ba21df34933fcbb1f5e65773b72825bb..0ce473e73d84893cb3a0a61775cfcda07c8e97f0 100644 (file)
@@ -1,6 +1,11 @@
+.coverage
+scott_secrets.py
 __pycache__/*
+*/__pycache__/*
 .mypy_cache/*
 dateparse/__pycache__/
+dateparse/saved/
+dateparse/save_snapshot.sh
 dateparse/dateparse_utils.interp
 dateparse/dateparse_utils.tokens
 dateparse/dateparse_utilsLexer.interp
@@ -9,5 +14,10 @@ dateparse/dateparse_utilsLexer.tokens
 dateparse/dateparse_utilsListener.py
 dateparse/dateparse_utilsParser.py
 dateparse/duration_utils.g4
-pip_install.sh
-
+music/chords.interp
+music/chords.tokens
+music/chordsLexer.interp
+music/chordsLexer.py
+music/chordsLexer.tokens
+music/chordsListener.py
+music/chordsParser.py