Updated .gitignore

This commit is contained in:
Andrew 2023-03-12 00:51:23 +07:00
parent 6858eeaebe
commit 2a612a596d
5 changed files with 5 additions and 20 deletions

6
.gitignore vendored
View file

@ -1,3 +1,7 @@
venv
__pycache__
.vscode
.vscode
# Building project with `pip wheel . -w wheels` will create a `wheels` directory
wheels
*.egg-info
build

View file

@ -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

View file

@ -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

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@
based