diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9d262a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +.DS_Store diff --git a/sqlor/__pycache__/__init__.cpython-310.pyc b/sqlor/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 6d616ba..0000000 Binary files a/sqlor/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/sqlor/__pycache__/__init__.cpython-312.pyc b/sqlor/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 4855805..0000000 Binary files a/sqlor/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/sqlor/__pycache__/dbpools.cpython-310.pyc b/sqlor/__pycache__/dbpools.cpython-310.pyc deleted file mode 100644 index 50ea000..0000000 Binary files a/sqlor/__pycache__/dbpools.cpython-310.pyc and /dev/null differ diff --git a/sqlor/__pycache__/ddl_template_mysql.cpython-312.pyc b/sqlor/__pycache__/ddl_template_mysql.cpython-312.pyc deleted file mode 100644 index 5050d43..0000000 Binary files a/sqlor/__pycache__/ddl_template_mysql.cpython-312.pyc and /dev/null differ diff --git a/sqlor/__pycache__/ddl_template_oracle.cpython-312.pyc b/sqlor/__pycache__/ddl_template_oracle.cpython-312.pyc deleted file mode 100644 index d84fda8..0000000 Binary files a/sqlor/__pycache__/ddl_template_oracle.cpython-312.pyc and /dev/null differ diff --git a/sqlor/__pycache__/ddl_template_postgresql.cpython-312.pyc b/sqlor/__pycache__/ddl_template_postgresql.cpython-312.pyc deleted file mode 100644 index be572cb..0000000 Binary files a/sqlor/__pycache__/ddl_template_postgresql.cpython-312.pyc and /dev/null differ diff --git a/sqlor/__pycache__/ddl_template_sqlserver.cpython-312.pyc b/sqlor/__pycache__/ddl_template_sqlserver.cpython-312.pyc deleted file mode 100644 index 266302c..0000000 Binary files a/sqlor/__pycache__/ddl_template_sqlserver.cpython-312.pyc and /dev/null differ