add .gitignore and remove aux files
This commit is contained in:
parent
c58bc8cf06
commit
7baa746006
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