Files
Panos Vagenas 295cd334df ci: add tests to CI (#118)
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
2025-07-02 06:50:10 +02:00

81 lines
838 B
Plaintext

*~
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Tmp files and directories
stderr.*
stdout.*
*.tar
test.sh
OutputDecoder
jobs.txt
_std*.*
tests/tmp/*
runs/*
*.onnx
.DS_Store
viz/
# VSCode
.vscode
# VIM
*.swp
*.swo
*.bak
# Environments
.env
.venv
_venv/
env/
venv/
ENV/
env.bak/
venv.bak/
venv
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# checkpoint file for testing
tests/test_data/model_artifacts/*.check
tests/test_data/model_artifacts/*.json
tests/test_data/model_artifacts/*.pt
# test results
tests/test_data/viz/
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/