diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..348b686 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1 @@ +tree-sitter-fine/ \ No newline at end of file diff --git a/grammar.py b/examples/grammar.py similarity index 100% rename from grammar.py rename to examples/grammar.py diff --git a/sql.py b/examples/sql.py similarity index 100% rename from sql.py rename to examples/sql.py