add .gitignore and remove aux files
This commit is contained in:
parent
c58bc8cf06
commit
7baa746006
.gitignore
build
__editable__.co3-0.1.1-py3-none-any/co3
__init__.py
__pycache__
__init__.cpython-312.pycaccessor.cpython-312.pycco3.cpython-312.pyccollector.cpython-312.pyccomponent.cpython-312.pyccomposer.cpython-312.pycdatabase.cpython-312.pycindexer.cpython-312.pycmanager.cpython-312.pycmapper.cpython-312.pycschema.cpython-312.pyc
accessor.pyaccessors
co3.pycollector.pycomponent.pycomponents
composer.pydatabase.pydatabases
indexer.pymanager.pymanagers
mapper.pyschema.pyschemas
util
__editable__.co4-0.1.1-py3-none-any/co4
co3
__pycache__
__init__.cpython-311.pyc__init__.cpython-312.pycaccessor.cpython-311.pycaccessor.cpython-312.pycco3.cpython-312.pycco4.cpython-311.pyccollector.cpython-311.pyccollector.cpython-312.pyccomposer.cpython-311.pyccomposer.cpython-312.pycdatabase.cpython-312.pycindexer.cpython-311.pycindexer.cpython-312.pycmanager.cpython-311.pycmanager.cpython-312.pycmapper.cpython-312.pycrelation.cpython-312.pyc
accessors/__pycache__
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# generic py
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
localsys.egg-info/
|
||||
|
||||
# vendor and build files
|
||||
dist/
|
||||
build/
|
||||
docs/sphinx/_build/
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/__init__.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/accessor.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/__init__.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/fts.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/sql.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/accessors/vss.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/co3.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/collector.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/component.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/components/__init__.py
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/composer.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/database.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/databases/__init__.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/databases/fts.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/databases/sql.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/databases/vss.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/indexer.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/manager.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/managers/__init__.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/managers/fts.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/managers/sql.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/managers/vss.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/mapper.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/schema.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/schemas/__init__.py
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/util/__init__.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/util/db.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/util/regex.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co3/co3/util/types.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/__init__.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/accessor.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/__init__.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/fts.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/table.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/accessors/vss.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/co4.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/collector.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/composer.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/databases/__init__.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/databases/_base.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/databases/core.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/databases/fts.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/databases/vss.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/indexer.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/manager.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/managers/__init__.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/managers/core.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/managers/fts.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/managers/vss.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/utils/db.py
|
@ -1 +0,0 @@
|
||||
/home/smgr/Documents/projects/ontolog/co4/co4/utils/paths.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user