Updated .gitignore
This commit is contained in:
parent
6858eeaebe
commit
2a612a596d
5 changed files with 5 additions and 20 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
venv
|
||||
__pycache__
|
||||
.vscode
|
||||
.vscode
|
||||
# Building project with `pip wheel . -w wheels` will create a `wheels` directory
|
||||
wheels
|
||||
*.egg-info
|
||||
build
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: based
|
||||
Version: 0.1.0
|
||||
Summary: A simple, fast (maybe), and reliable (I hope) PostgreSQL ORM oriented for dynamic models.
|
||||
Author: nuark
|
||||
Author-email: me@nuark.xyz
|
||||
License: MIT
|
||||
Requires-Python: >=3.7
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
pyproject.toml
|
||||
setup.cfg
|
||||
src/based/__init__.py
|
||||
src/based/columns.py
|
||||
src/based/db.py
|
||||
src/based.egg-info/PKG-INFO
|
||||
src/based.egg-info/SOURCES.txt
|
||||
src/based.egg-info/dependency_links.txt
|
||||
src/based.egg-info/top_level.txt
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
based
|
||||
Loading…
Add table
Add a link
Reference in a new issue