Converted to PyPy package
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@ -21,7 +21,6 @@ wheels/
|
||||
*.egg
|
||||
|
||||
# Virtual Environment
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
@ -32,9 +31,15 @@ ENV/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
# Testing
|
||||
.coverage
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
|
||||
# Project specific
|
||||
# Distribution
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# Local configuration
|
||||
config.yaml
|
Reference in New Issue
Block a user