Prepare PyPI deployment
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -8,6 +8,12 @@ venv/
|
||||
.pytest_cache/
|
||||
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# Ignore build data
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
# Don't commit settings
|
||||
settings.json
|
||||
|
Reference in New Issue
Block a user