keras/.gitignore

17 lines
179 B
Plaintext
Raw Normal View History

2023-04-09 19:24:26 +00:00
.DS_Store
*.pyc
.vscode-test
__pycache__
**/.vscode-test/**
**/.vscode test/**
**/.vscode-smoke/**
**/.venv*/
bin/**
obj/**
.pytest_cache
tmp/**
.vs/
dist/**
*.egg-info/*
.vscode