Add test pipeline step and a basic test
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,3 +1,11 @@
|
||||
# Locally specific files
|
||||
.env
|
||||
.idea/
|
||||
.idea/vcs.xml
|
||||
|
||||
# Cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Tests and Coverage
|
||||
.pytest_cache/
|
||||
.coverage*
|
||||
|
||||
Reference in New Issue
Block a user