fix: Remove conflicting pyproject.toml that overrides setup.py
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,8 +1,10 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.env
|
.env
|
||||||
venv/
|
|
||||||
.venv/
|
|
||||||
*.db
|
*.db
|
||||||
*.log
|
*.sqlite
|
||||||
.DS_Store
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
*.egg-info/
|
||||||
|
/dist/
|
||||||
|
/build/
|
||||||
|
|||||||
Reference in New Issue
Block a user