Files
AlphaPulldown/.gitignore
2026-03-27 15:57:10 +01:00

17 lines
202 B
Plaintext

__pycache__*
*__pycache__*
.DS_Store*
.idea*
.ipynb_checkpoints*
.vscode*
.coverage*
.pytest_cache/
coverage.json
coverage.xml
htmlcov/
test/test_data/predictions/af*
build/
*.egg-info/
tmp/
test_logs/