From fce62cf3d6fd5ae080cd456018607980479328ea Mon Sep 17 00:00:00 2001 From: CoreRasurae Date: Sat, 20 Sep 2025 13:03:54 +0100 Subject: [PATCH] chore: Update .gitignore --- .gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/.gitignore b/.gitignore index b0ac3ed..ecf07df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,63 @@ +# Useful examples +# https://github.com/github/gitignore + +# OS X +*.DS_Store + +# Java +*.jar +*.war +*.ear + +# C/C++ +*.so +*.dylib +*.dSYM +*.dll +*.jnilib + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# Directories +**/bin/ +**/classes/ +**/dist/ +**/include/ +**/nbproject/ +/.libs/ +/findbugs/ +/target/ + +#intellij +.idea/ +*.iml + +#logs +*.log + +#project specific +/src/genjava + +#Eclipse che +.che/ +.classpath +.project +.settings/ + +.tox/ +.aider* +.cache/ +.pki/ +**/__pycache__/ +knowledge_graph.ttl +.keras/ +build/ +**/*.egg-info/ +.local/ +.coverage* + .aider*