diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-30 17:19:28 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-30 17:19:28 +0000 |
commit | 4fc05152f85d48281c7cfa2821e8a4656d6ed6b0 (patch) | |
tree | b63cfa1124c88bb95b9b7f463d60c038dc23df9e /.gitignore | |
parent | 63ddd9e636e374bb3a3a3fe8a97ab26c6abc04c9 (diff) | |
download | esotericFORTRAN-4fc05152f85d48281c7cfa2821e8a4656d6ed6b0.tar.gz esotericFORTRAN-4fc05152f85d48281c7cfa2821e8a4656d6ed6b0.zip |
added first version of python IDE
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ src/.vscode/ src/build/ *.jar src/IDE/.idea/ +src/PythonIDE/build/ +src/PythonIDE/src/__pycache__ *.class code/simpleSableCCCalulator/sableCCCalculator/analysis/ |