add .gitignore and remove aux files

This commit is contained in:
Sam G. 2024-04-06 18:32:08 -07:00
parent a448e26b82
commit fb69bb1782
131 changed files with 9 additions and 51 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# generic py
__pycache__/
.pytest_cache/
localsys.egg-info/
# vendor and build files
dist/
build/
docs/sphinx/_build/

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/accessor.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/fts.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/sql.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/vss.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/co3.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/collector.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/component.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/components/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/composer.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/database.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/databases/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/databases/fts.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/databases/sql.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/databases/vss.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/indexer.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/manager.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/managers/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/managers/fts.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/managers/sql.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/managers/vss.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/mapper.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/schema.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/schemas/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/util/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/util/db.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/util/regex.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co3/co3/util/types.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/accessor.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/fts.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/table.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/vss.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/co4.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/collector.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/composer.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/databases/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/databases/_base.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/databases/core.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/databases/fts.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/databases/vss.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/indexer.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/manager.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/managers/__init__.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/managers/core.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/managers/fts.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/managers/vss.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/utils/db.py

View File

@ -1 +0,0 @@
/home/smgr/Documents/projects/ontolog/co4/co4/utils/paths.py

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More