-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
857 additions
and
2,834 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,16 @@ | ||
# pytest | ||
.pytest_cache | ||
.cache | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
/target/ | ||
pkg | ||
|
||
# GITHUB Proposed Python stuff: | ||
*.py[cod] | ||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Packages | ||
*.egg | ||
*.egg-info | ||
dist | ||
build | ||
eggs | ||
.eggs | ||
parts | ||
bin | ||
var | ||
sdist | ||
develop-eggs | ||
.installed.cfg | ||
lib | ||
lib64 | ||
pip-wheel-metadata | ||
|
||
# Logs | ||
*.log* | ||
pip-log.txt | ||
|
||
# Unit test / coverage reports | ||
.coverage | ||
.tox | ||
coverage.xml | ||
nosetests.xml | ||
htmlcov/ | ||
test-reports/ | ||
test-results.xml | ||
test-output.xml | ||
|
||
# venv stuff | ||
pyvenv.cfg | ||
pip-selfcheck.json | ||
venv | ||
.venv | ||
Pipfile* | ||
share/* | ||
/Scripts/ | ||
|
||
# Visual Studio Code | ||
.vscode/* | ||
!.vscode/cSpell.json | ||
!.vscode/extensions.json | ||
!.vscode/launch.json | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
.env | ||
# node e2e test tools and outputs | ||
node_modules/ | ||
test-results/ | ||
end2end/playwright-report/ | ||
playwright/.cache/ | ||
|
||
# Built docs | ||
docs/build | ||
|
||
# data directory | ||
data/ | ||
|
||
# config directory | ||
config/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.