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
|
||||
__pycache__/
|
||||
.env
|
||||
venv/
|
||||
.venv/
|
||||
*.db
|
||||
*.log
|
||||
.DS_Store
|
||||
*.sqlite
|
||||
.coverage
|
||||
htmlcov/
|
||||
*.egg-info/
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
Reference in New Issue
Block a user