diff --git a/.gitignore b/.gitignore index 1a5f5c5..70c97ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /__pycache__ +./python/__pycache__ /.venv /shell_code \ No newline at end of file diff --git a/javascript/planetStat.js b/javascript/planetStat.js index 555d768..fcb6fc4 100644 --- a/javascript/planetStat.js +++ b/javascript/planetStat.js @@ -291,4 +291,4 @@ exports.planetNameSuffix = [ "o Zion", "or", "oria", "us", "us Prime", "us Secondus", "land", "yard" -] \ No newline at end of file +]; \ No newline at end of file